blob: 9673dbbbc24769569cf238b188381d3787f38c95 (
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/maps
cd maps
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.
|