diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-05-17 23:07:53 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-05-17 23:08:14 +0200 |
commit | 19fc6cc1e0f2f4479b71ff6fed9cb5d21da7961d (patch) | |
tree | f194a78f225e32afc1f55d4ff18dfcc3ab158c3c | |
parent | 2d1560a03c92c767abb03840d751191b435074bc (diff) | |
download | server-19fc6cc1e0f2f4479b71ff6fed9cb5d21da7961d.tar.gz |
Fix git domain in example.
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ The server runs on Node with the Express.js framework. Check out the game submodules: ``` -git clone https://github.com/rally-the-troops/julius-caesar.git public/julius-caesar +git clone https://git.rally-the-troops.com/modules/julius-caesar public/julius-caesar ``` Initialize the database: |