diff --git a/src/pug/cli/installation.pug b/src/pug/cli/installation.pug
index b17406815..3cfcba38e 100644
--- a/src/pug/cli/installation.pug
+++ b/src/pug/cli/installation.pug
@@ -13,17 +13,17 @@ block content
     p First of all make sure you have latest stable Node.js and NPM installed on your machine.
     p If you are going to target Native/Hybrid apps then you also need to install <a href="https://cordova.apache.org/" target="_blank">Cordova</a> first (may require `sudo`):
     ```shell
-      $ npm install -g cordova
+    npm install -g cordova
     ```
 
     p Now we can install Framework7 CLI (may require `sudo`):
     ```shell
-      $ npm install -g framework7-cli
+    npm install -g framework7-cli
     ```
 
     p If you have issues with installation related to access errors, you may try to run the command with additional flags:
     ```shell
-      $ npm install -g framework7-cli --unsafe-perm=true --allow-root
+    npm install -g framework7-cli --unsafe-perm=true --allow-root
     ```
 
     p If you don't want to install it globally, it can also be used with <a href="https://github.com/npm/npx" target="_blank">npx</a>.