diff --git a/src/content/docs/guides/getting-started.mdx b/src/content/docs/guides/getting-started.mdx index 77cc0ba..a81d88d 100644 --- a/src/content/docs/guides/getting-started.mdx +++ b/src/content/docs/guides/getting-started.mdx @@ -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