mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Fixed delete command on Windows
This commit is contained in:
parent
2e07996a9b
commit
66425568b3
@ -31,7 +31,7 @@ old executable (`main.exe` on Windows, `main` everywhere else). Let's do that pa
|
||||
```bash
|
||||
$ mkdir src
|
||||
$ mv main.rs src/main.rs
|
||||
$ rm main # or 'rm main.exe' on Windows
|
||||
$ rm main # or 'del main.exe' on Windows
|
||||
```
|
||||
|
||||
> Note: since we're creating an executable, we retain `main.rs` as the source
|
||||
|
Loading…
Reference in New Issue
Block a user