Browse Source

Fixed Git clone URL in README for public use

master
Ben Ashton 2 years ago
parent
commit
b6252a49ec
  1. 2
      README.md

2
README.md

@ -7,7 +7,7 @@ A ranking system for the Snakes & Ladders championship.
Run the following commands to clone the repository and build the project
```bash
git clone ssh://git@git.n0m.org:24/n0m/Snakes-And-Ladders.git
git clone https://git.n0m.org/n0m/Snakes-And-Ladders.git
cd Snakes-And-Ladders
npm install
npm run build

Loading…
Cancel
Save