8000 Make sure one can copy NPM command · symfony/symfony-docs@0b5e03a · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b5e03a

Browse files
Nyholmjaviereguiluz
authored andcommitted
Make sure one can copy NPM command
Comments cannot be copies
1 parent b9b09fa commit 0b5e03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Install Encore into your project via Yarn:
3535
$ yarn add @symfony/webpack-encore --dev
3636
3737
# if you prefer npm, run this command instead:
38-
# npm install @symfony/webpack-encore --save-dev
38+
$ npm install @symfony/webpack-encore --save-dev
3939
4040
This command creates (or modifies) a ``package.json`` file and downloads
4141
dependencies into a ``node_modules/`` directory. Yarn also creates/updates a

0 commit comments

Comments
 (0)
0