Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Change readme for windows to use backslash instead of forward slash inorder to fix syntax highlighting
  • Loading branch information
spacey-sooty committed Oct 26, 2023
1 parent 2bed314 commit c176627
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CurtinFRC 2024 Codebase
## Linux
Fork this repository then open up a terminal and run :
```bash
git clone https://github.com/_yourusernamehere_/2024-Crescendo.git
git clone https://github.com/*yourusernamehere*/2024-Crescendo.git
cd 2024-Crescendo
chmod +x init
./init
Expand All @@ -15,9 +15,9 @@ Now look in [CONTRIBUTING.md](./CONTRIBUTING.md) before continuing!
## Windows
Fork this repository then open up a terminal and run :
```powershell
git clone https://github.com/_yourusernamehere_/2024-Crescendo.git
git clone https:\\github.com\*yourusernamehere*\2024-Crescendo.git
cd 2024-Crescendo
./init
.\init
```
Now look in [CONTRIBUTING.md](./CONTRIBUTING.md) before continuing!

Expand Down

0 comments on commit c176627

Please sign in to comment.