Skip to content
Snippets Groups Projects
Commit e9f7e39c authored by Matej Lexa's avatar Matej Lexa
Browse files

Update README.md to better show the need for creating config.yml

parent eaddeb9d
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,15 @@ git clone https://gitlab.fi.muni.cz/lexa/nested.git
cd nested
```
#### modify respective paths in 'config_template.yml' save as 'config.yml' and call:
#### modify respective paths in 'config_template.yml':
```
cp config_template.yml config.yml
vi config.yml
```
Note: we're looking into ways to automate this step
#### after 'config.yml' is created call:
```
sudo bash ./setup.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment