File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# katana
2
- An advanced yet simple attack/defence CTF infrastructure in Go
2
+ An advanced yet simple attack/defence CTF infrastructure in Go build upon k8s.
3
3
4
4
## Setup
5
5
- To start, you must have the following installed:
6
6
- Go 1.18+
7
7
- Minikube & kubectl
8
8
- Run ` make set-env ` to setup the environment
9
9
- To start katana, run ` ./bin/katana run `
10
+
11
+ ## Docs
12
+ - To get the most stable docs :
13
+ - Setup docs locally by running ` make setup-docs ` followed by ` hugo serve ` from the ` docs ` directory.
14
+ - The docs are also available at [ https://blog.sdslabs.co/katana ] ( https://blog.sdslabs.co/katana/Katana/getting-started/ ) .
15
+ - To visit the most updated docs, it's advised to setup the docs locally from the docs branch.
You can’t perform that action at this time.
0 commit comments