pull/587/head
KaiserY 3 years ago
parent 37a0a252eb
commit 6983d4e013

@ -25,7 +25,7 @@ $ cd hello_world
对于 Windows CMD输入 对于 Windows CMD输入
```cmd ```doscon
> mkdir "%USERPROFILE%\projects" > mkdir "%USERPROFILE%\projects"
> cd /d "%USERPROFILE%\projects" > cd /d "%USERPROFILE%\projects"
> mkdir hello_world > mkdir hello_world
@ -119,7 +119,7 @@ main main.rs
在 Windows 的 CMD 上,则输入如下内容: 在 Windows 的 CMD 上,则输入如下内容:
```cmd ```doscon
> dir /B %= the /B option says to only show the file names =% > dir /B %= the /B option says to only show the file names =%
main.exe main.exe
main.pdb main.pdb

Loading…
Cancel
Save