Skip to content

Commit e71f340

Browse files
committed
docs: add instructions for retrieving Git submodules in README
1 parent d96aa94 commit e71f340

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ This includes deployment configurations, plugins and other customizations, custo
77

88
This configuration currently runs on CTFd version `3.7.7`.
99

10+
## Git submodules
11+
12+
This repository uses Git submodules to include CTFd plugins and themes.
13+
After cloning the repository, run the following command to initialize and update all submodules:
14+
15+
```bash
16+
git submodule update --init --recursive
17+
```
18+
1019
## Guides
1120

1221
### How to add new CTFd plugins

0 commit comments

Comments
 (0)