diff --git a/website/EN/install_desktop.html b/website/EN/install_desktop.html
index 7405f1407136afd83c842ebe0b13bef5c9f97a07..2a3b16f980b979f3ab537b3a83792c787e620c20 100644
--- a/website/EN/install_desktop.html
+++ b/website/EN/install_desktop.html
@@ -114,7 +114,7 @@
 
       <p class="subheadertext">Do this on a separate machine, not the laptop which will become your Freedombone server</p>
 
-      <p class="doctext"><b>1.</b> Download <a href="downloads/freedombone-amd64.img.xz">freedombone-amd64.img.xz</a> and extract it. You can use the <b>unxz</b> command to do that.</p>
+      <p class="doctext"><b>1.</b> Download <a href="downloads/freedombone-main-amd64.img.xz">freedombone-main-amd64.img.xz</a> and extract it. You can use the <b>unxz</b> command to</p> do that.</p>
 
       <p class="doctext">Or there is a <a href="downloads/freedombone-onion-amd64.img.xz">version which only uses onion addresses</a>, which means that you don't need to buy a domain name or set up dynamic DNS.</p>
 
@@ -129,7 +129,7 @@
       <p class="doctext"><b>3.</b> Now copy the extracted image to the USB drive or SSD. This may take quite a while</p>
 
       <p class="clitext">
-        sudo dd bs=1M if=freedombone-amd64.img of=/dev/sdX conv=fdatasync,sync,noerror
+        sudo dd bs=1M if=freedombone-main-amd64.img of=/dev/sdX conv=fdatasync,sync,noerror
       </p>
 
       <p class="doctext"><b>4.</b> You may want to make sure that you use the whole of the available disk space on the USB drive or SSD, using a tool such as <b>gparted</b> to resize the partition</p>