diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-08-22 18:21:28 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-08-22 18:41:20 +0200 |
commit | c65510d7efd67070797918531c9ec2d702cc48ec (patch) | |
tree | 62bc1067a80900dac3442e586f98de11ddd6ff08 /public | |
parent | 420badd2916809e7b5048f3138f132e5bebfe636 (diff) | |
download | server-c65510d7efd67070797918531c9ec2d702cc48ec.tar.gz |
Fix typo in docs.
Diffstat (limited to 'public')
-rw-r--r-- | public/docs/install.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/public/docs/install.html b/public/docs/install.html index 0537a82..1b1bc2b 100644 --- a/public/docs/install.html +++ b/public/docs/install.html @@ -57,8 +57,7 @@ They also need to be registered in the database. Check out a game module: <pre> -git clone \ - https://git.rally-the-troops.com/modules/field-cloth-gold +git clone https://git.rally-the-troops.com/modules/field-cloth-gold \ public/field-cloth-gold </pre> |