mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-14 04:41:49 +08:00
fix minted
This commit is contained in:
parent
37a0a252eb
commit
6983d4e013
@ -25,7 +25,7 @@ $ cd hello_world
|
||||
|
||||
对于 Windows CMD,输入:
|
||||
|
||||
```cmd
|
||||
```doscon
|
||||
> mkdir "%USERPROFILE%\projects"
|
||||
> cd /d "%USERPROFILE%\projects"
|
||||
> mkdir hello_world
|
||||
@ -119,7 +119,7 @@ main main.rs
|
||||
|
||||
在 Windows 的 CMD 上,则输入如下内容:
|
||||
|
||||
```cmd
|
||||
```doscon
|
||||
> dir /B %= the /B option says to only show the file names =%
|
||||
main.exe
|
||||
main.pdb
|
||||
|
Loading…
Reference in New Issue
Block a user