From 3351d18f0bfc7821a064f89b645d51040dbf5c9f Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Thu, 27 Feb 2025 20:54:29 -0500 Subject: [PATCH] remove $ so cut-and-paste works --- src/pug/cli/installation.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 Cordova 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 npx.