From 1a338fc9217d84ff7d3dbe6bfc7b6622ba2a6ac9 Mon Sep 17 00:00:00 2001 From: Slug-Boi Date: Sun, 1 Dec 2024 22:38:19 +0100 Subject: [PATCH] docs: add dollar sign back --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa80d26..65c1df0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The repo contains two different install scripts for unix based system and window. You can copy paste one of the commands below to use it. **Unix:** ```console -curl -L -o install.sh https://github.com/Slug-Boi/cocommit/raw/refs/heads/main/installer/install.sh && chmod +x install.sh && ./install.sh +$ curl -L -o install.sh https://github.com/Slug-Boi/cocommit/raw/refs/heads/main/installer/install.sh && chmod +x install.sh && ./install.sh ``` **Windows:** *The windows script is untested so please let me know if it works and use at your own risk*