From 055206f7c85574e88e86f72e8264314cc0d5909e 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:36:46 +0200 Subject: [PATCH] fix typo in cargo install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c301648..9d51794 100644 --- a/README.md +++ b/README.md @@ -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