From c5b9897f6c5d79a2a9aa501c19597a718829345c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20H=C3=B6lting?= <87192362+moritz-hoelting@users.noreply.github.com> Date: Wed, 12 Jun 2024 18:34:42 +0200 Subject: [PATCH] fix typo in cargo install command --- src/content/docs/guides/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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