From ad7aef77b79f486547dfc03949924eb2d1d261ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Tue, 6 Jun 2017 11:13:27 +0100 Subject: [PATCH] docs: add yarn install instructions --- GETTING_STARTED.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 750fd09a..7b4a03a3 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -14,6 +14,12 @@ with [n](https://github.com/tj/n): λ n 8.0.0 ``` +**Install Yarn**: + +``` +λ npm install -g yarn +``` + **Install ZMQ**: ```