blob: fb9f0f20a0c0e6174d82c6aad3a8291d44b9bd9a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
## Getting started
Clone this repo and then remove the `.git` folder:
```
git clone https://gitlab.ida.liu.se/tdde25/ctf
cd ctf
rm -rf .git
```
> After you have cloned the repo, feel free to delete this `README.md` file.
Next go to our [wiki](https://gitlab.ida.liu.se/tdde25/maps/wikis/home) and get started on the tutorials.
|