fix typo in cargo install command

This commit is contained in:
Moritz Hölting 2024-06-12 18:34:42 +02:00
parent b05732abe7
commit c5b9897f6c
1 changed files with 1 additions and 1 deletions

View File

@ -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