From 0b5e03a704dff6fcade5c9a113717b4cbcf47dac Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Thu, 26 Mar 2020 19:53:11 +0100 Subject: [PATCH] Make sure one can copy NPM command Comments cannot be copies --- frontend/encore/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/encore/installation.rst b/frontend/encore/installation.rst index 1603fc7dd98..b39fec3a296 100644 --- a/frontend/encore/installation.rst +++ b/frontend/encore/installation.rst @@ -35,7 +35,7 @@ Install Encore into your project via Yarn: $ yarn add @symfony/webpack-encore --dev # if you prefer npm, run this command instead: - # npm install @symfony/webpack-encore --save-dev + $ npm install @symfony/webpack-encore --save-dev This command creates (or modifies) a ``package.json`` file and downloads dependencies into a ``node_modules/`` directory. Yarn also creates/updates a