Improve README.md (#451)
This commit is contained in:
parent
a39b1c8950
commit
8241544d07
1 changed files with 10 additions and 12 deletions
22
README.md
22
README.md
|
@ -1,11 +1,9 @@
|
||||||
# CaptureTheFlag
|
# Capture The Flag
|
||||||
|
|
||||||
Uses the [CTF PvP engine](https://github.com/rubenwardy/ctf_pvp_engine)
|
* Fast rounds of CTF games.
|
||||||
|
* Removed nodes for focus.
|
||||||
|
|
||||||
* Fast rounds of CTF games
|
## Installation
|
||||||
* Removed nodes for focus
|
|
||||||
|
|
||||||
## USE RECURSIVE CLONING!
|
|
||||||
|
|
||||||
Capture the flag uses several submodules. Make sure to grab them all by cloning like this:
|
Capture the flag uses several submodules. Make sure to grab them all by cloning like this:
|
||||||
|
|
||||||
|
@ -17,17 +15,17 @@ git clone --recursive https://github.com/MT-CTF/capturetheflag.git
|
||||||
|
|
||||||
### Recommended
|
### Recommended
|
||||||
|
|
||||||
Hosting your server using the dummy backend
|
Hosting your server using the `dummy` backend.
|
||||||
|
|
||||||
### minimum
|
### Minimum
|
||||||
|
|
||||||
Hosting your server using the leveldb or redis backend
|
Hosting your server using the `leveldb` or `redis` backend.
|
||||||
|
|
||||||
Hosting using sqlite on an SSD or ramdisk ([with this guide](https://forum.minetest.net/viewtopic.php?f=10&t=9588))
|
Hosting using `sqlite3` on an SSD or ramdisk ([with this guide](https://forum.minetest.net/viewtopic.php?f=10&t=9588)).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Created by [rubenwardy](https://rubenwardy.com/)
|
Created by [rubenwardy](https://rubenwardy.com/).
|
||||||
Code: LGPLv2.1+
|
Code: LGPLv2.1+
|
||||||
Textures: CC-BY-SA 3.0
|
Textures: CC-BY-SA 3.0
|
||||||
|
|
||||||
|
@ -37,4 +35,4 @@ Check out [mods/](mods/) to see all the installed mods and their respective lice
|
||||||
|
|
||||||
## update.sh
|
## update.sh
|
||||||
|
|
||||||
Content in this repository and its sub-modules are arranged in a manner best optimised for distribution. For all features of CTF to work properly, run update.sh instead of manually syncing the local copy. update.sh automatically pulls the latest master of the repository and all its submodules, and does some extra processing to make stuff work.
|
Content in this repository and its sub-modules are arranged in a manner best optimised for distribution. For all features of CTF to work properly, run update.sh instead of manually syncing the local copy. update.sh automatically pulls the latest master of the repository and all its submodules, and does some extra processing to make stuff work.
|
Loading…
Reference in a new issue