mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Fix use of the move
command in the Windows shell
`move` work both in `cmd` and in Powershell. `mv` works only in Powershell and the book says nothing about which shell is recommended so this could confuse beginners. Closes #33219.
This commit is contained in:
parent
80bff1eea7
commit
e6b9760df2
@ -412,7 +412,7 @@ enter the following commands:
|
||||
|
||||
```bash
|
||||
$ mkdir src
|
||||
$ mv main.rs src/main.rs
|
||||
$ mv main.rs src/main.rs # or 'move main.rs src/main.rs' on Windows
|
||||
$ rm main # or 'del main.exe' on Windows
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user