diff --git a/.drone.yml b/.drone.yml
index 26baf160..54a200e4 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -655,15 +655,15 @@ steps:
       1. Add this repository's PGP key to your apt keyring
       ====================================================
 
-      $ sudo wget -q -O \\
-          /etc/apt/trusted.gpg.d/platypush.asc \\
+      $ sudo wget -q -O \\\
+          /etc/apt/trusted.gpg.d/platypush.asc \\\
           https://apt.platypush.tech/pubkey.txt
 
       2. Add the repository to your sources
       =====================================
 
-      $ sudo wget -q -O \\
-          /etc/apt/sources.list.d/platypush.list \\
+      $ sudo wget -q -O \\\
+          /etc/apt/sources.list.d/platypush.list \\\
           https://apt.platypush.tech/lists/platypush-<deb_version>-<branch>.list
 
       Where:
@@ -675,8 +675,8 @@ steps:
 
       For example, to install the latest stable tags on Debian stable:
 
-      $ sudo wget -q -O \\
-          /etc/apt/sources.list.d/platypush.list \\
+      $ sudo wget -q -O \\\
+          /etc/apt/sources.list.d/platypush.list \\\
           https://apt.platypush.tech/lists/platypush-stable-main.list
 
       3. Update your repos