fix typo in cargo install command
This commit is contained in:
parent
141cdb2648
commit
055206f7c8
|
@ -4,7 +4,7 @@ This is a cli tool for the shulkerscript language. It can be used to initialize
|
|||
|
||||
## Installation
|
||||
```bash
|
||||
cargo install --git https://github.com/moritz-hoelting/shulkerscript-cli
|
||||
cargo install --git https://github.com/moritz-hoelting/shulkerscript-cli.git
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
Loading…
Reference in New Issue