Skip to content

Commit bb0480e

Browse files
authored
docs(readme): fix installation command for cargo
1 parent 2ccc745 commit bb0480e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ NOTE: For windows users, please set `RUSTPYTHONPATH` environment variable as `Li
5656
You can also install and run RustPython with the following:
5757

5858
```bash
59-
$ cargo install --git https://github.com/RustPython/RustPython
59+
$ cargo install --git https://github.com/RustPython/RustPython rustpython
6060
$ rustpython
6161
Welcome to the magnificent Rust Python interpreter
6262
>>>>>

0 commit comments

Comments
 (0)