Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Jang <mjang@gitlab.com>2020-01-22 19:53:50 +0300
committerMike Jang <mjang@gitlab.com>2020-01-22 20:01:01 +0300
commit55a933f2b655675e0e76d49f62056d9c83bfed18 (patch)
tree58c71746e4abdd36748046bb112622d444f37f8e /README.md
parent98a1695b06a6c078de93fcfe2299820381f8e86b (diff)
Sub yarn for npm to pull dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index def91525..4f88146d 100644
--- a/README.md
+++ b/README.md
@@ -118,18 +118,20 @@ One way is to use NVM:
Check your Node version with `node -v`.
-1. Install node dependences in the `node_modules` folder
-
- ```sh
- npm install
- ```
-
### Yarn
Install [yarn](https://yarnpkg.com/en/docs/install), a package manager for the Node ecosystem.
Check your Yarn version with `yarn -v`.
+### Install node dependencies
+
+1. Install node dependences in the `node_modules` folder:
+
+ ```sh
+ yarn install
+ ```
+
## Install Nanoc's dependencies
Now let's make Bundler deal with the dependencies defined in the