diff --git a/docs/configure-wine.md b/docs/configure-wine.md
index ab0dd6124503f7caf96f77fef591868b0b311fd3..f58ab7cf00913e5f30e34d432addb764e7a45219 100644
--- a/docs/configure-wine.md
+++ b/docs/configure-wine.md
@@ -3,8 +3,8 @@ Configure Wine for HAWC2
 ------------------------
 
 > Note that the steps described here are executed automatically by the
-configuration script ```[config-wine-hawc2.sh]
-(https://gitlab.windenergy.dtu.dk/toolbox/pbsutils/blob/master/config-wine-hawc2.sh)```
+configuration script [```config-wine-hawc2.sh```]
+(https://gitlab.windenergy.dtu.dk/toolbox/pbsutils/blob/master/config-wine-hawc2.sh)
 in ```pbsutils```.
 
 
diff --git a/docs/howto-make-dlcs.md b/docs/howto-make-dlcs.md
index d866ce93d6bf5f363071c750b7365dfe0539eb62..d85445ec08bdde22b3770c3730cb03834b12dc3f 100644
--- a/docs/howto-make-dlcs.md
+++ b/docs/howto-make-dlcs.md
@@ -163,21 +163,13 @@ description [here]
 (https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox/blob/master/docs/configure-wine.md).
 
 All your HAWC2 executables and DLL's are now located at
-```/home/$USER/.wine32/drive_c/bin```. When there is a new version of HAWC2, or
-when a new license manager is released, you can update your local wine directory
-as follows:
-
-```
-g-000 $ cp /home/MET/hawc2exe/* /home/$USER/.wine32/drive_c/bin/
-```
+```/home/$USER/.wine32/drive_c/bin```.
 
 Notice that the HAWC2 executable names are ```hawc2-latest.exe```,
 ```hawc2-118.exe```, etc. By default the latest version will be used and the user
 does not need to specify this. However, when you need to compare different version
 you can easily do so by specifying which case should be run with which
-executable. The file ```hawc2-latest.exe``` will always be the latest HAWC2
-version at ```/home/MET/hawc2exe/```. When a new HAWC2 is released you can
-simply copy all the files from there again to update.
+executable.
 
 Log out and in again from the cluster (close and restart PuTTY).
 
@@ -187,6 +179,20 @@ At this stage you can run HAWC2 as follows:
 g-000 $ wine32 hawc2-latest htc/some-intput-file.htc
 ```
 
+Updating local HAWC2 executables
+--------------------------------
+
+When there is a new version of HAWC2, or when a new license manager is released,
+you can update your local wine directory as follows:
+
+```
+g-000 $ cp /home/MET/hawc2exe/* /home/$USER/.wine32/drive_c/bin/
+```
+
+The file ```hawc2-latest.exe``` will always be the latest HAWC2
+version at ```/home/MET/hawc2exe/```. When a new HAWC2 is released you can
+simply copy all the files from there again to update.
+
 
 Method A: Generating htc input files on the cluster
 ---------------------------------------------------