From a6ca48021038c5b160efb2a058db1adfdf952efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Fri, 29 Nov 2019 11:27:11 +0100 Subject: [PATCH] Improve section --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 31448b3a..d1346deb 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,9 @@ We love pull requests from everyone, see [Contributing to Open Source on GitHub] If you plan or want to use a custom / not released yet version of windshaft (or any other dependency) the best option is to use `npm link`. You can read more about it at [npm-link: Symlink a package folder](https://docs.npmjs.com/cli/link.html). ```shell -$ cd /path/to/windshaft/directory/ -/path/to/windshaft/directory$ npm install -/path/to/windshaft/directory/$ npm link -$ cd /path/to/windshaft-cartodb/directory/ -/path/to/windshaft-cartodb/directory$ npm link windshaft +$ cd /path/to/Windshaft +$ npm install +$ npm link +$ cd /path/to/Windshaft-cartodb +$ npm link windshaft ```