fix typo in cargo install command
This commit is contained in:
parent
b05732abe7
commit
c5b9897f6c
|
@ -26,7 +26,7 @@ You can either [download](#download-from-github) the latest release from the Git
|
|||
1. Make sure you have [Rust and Cargo](https://rustup.rs) installed.
|
||||
2. Install the CLI by running
|
||||
```bash
|
||||
cargo install --git https://github.com/moritz-hoelting/shulkerscript-cli
|
||||
cargo install --git https://github.com/moritz-hoelting/shulkerscript-cli.git
|
||||
```
|
||||
3. Test the installation by running
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue