Skip to content
Snippets Groups Projects
Commit e091147e authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

Update README.md

parent dc13af0a
No related branches found
No related tags found
No related merge requests found
...@@ -11,3 +11,12 @@ settings into a seperate configuration file. ...@@ -11,3 +11,12 @@ settings into a seperate configuration file.
The documentation for `launch.py` can be found [here](docs/launch.md). The documentation for `launch.py` can be found [here](docs/launch.md).
# setup wine environment
```
rm -f ./config-wine-hawc2.sh &&
wget https://gitlab.windenergy.dtu.dk/toolbox/pbsutils/raw/master/config-wine-hawc2.sh &&
chmod 777 config-wine-hawc2.sh &&
./config-wine-hawc2.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