Add --recursive note
This commit is contained in:
parent
bdf4598aa7
commit
a0b62797c2
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,14 @@ Uses the [CTF PvP engine](https://github.com/rubenwardy/ctf_pvp_engine)
|
||||||
* Fast rounds of CTF games
|
* Fast rounds of CTF games
|
||||||
* Removed nodes for focus
|
* Removed nodes for focus
|
||||||
|
|
||||||
|
## USE RECURSIVE CLONING!
|
||||||
|
|
||||||
|
Capture the flag uses several submodules. Make sure to grab them all by cloning like this:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git clone --recursive https://github.com/MT-CTF/capturetheflag.git
|
||||||
|
```
|
||||||
|
|
||||||
## System Requirements
|
## System Requirements
|
||||||
|
|
||||||
### Recommended
|
### Recommended
|
||||||
|
|
Loading…
Reference in a new issue