diff --git a/README.md b/README.md index c244404c41fc7835fb1d4661ee61a0676a972a04..1bf463dfab49062fe8970fb229f095d1891a1e3b 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,12 @@ settings into a seperate configuration file. 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 +```