docs: add console tag to code blocks as a test

This commit is contained in:
Slug-Boi
2024-12-01 22:37:25 +01:00
parent a8d7164dda
commit bb0c571d0f
+3 -3
View File
@@ -17,12 +17,12 @@
### Install Script ### Install Script
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. 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:** **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:** **Windows:**
*The windows script is untested so please let me know if it works and use at your own risk* *The windows script is untested so please let me know if it works and use at your own risk*
``` ```console
$ Invoke-WebRequest -Uri https://github.com/Slug-Boi/cocommit/raw/refs/heads/main/installer/install.ps1 -OutFile install.ps1; .\install.ps1 $ Invoke-WebRequest -Uri https://github.com/Slug-Boi/cocommit/raw/refs/heads/main/installer/install.ps1 -OutFile install.ps1; .\install.ps1
``` ```
### Go Install ### Go Install