fix typo in cargo install command

This commit is contained in:
Moritz Hölting 2024-06-12 18:36:46 +02:00
parent 141cdb2648
commit 055206f7c8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ This is a cli tool for the shulkerscript language. It can be used to initialize
## Installation ## Installation
```bash ```bash
cargo install --git https://github.com/moritz-hoelting/shulkerscript-cli cargo install --git https://github.com/moritz-hoelting/shulkerscript-cli.git
``` ```
## Usage ## Usage