From 0775e610e6c15ff67b237c5cd9ce47de24948125 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 8 Oct 2018 18:23:30 +0200 Subject: [PATCH] arg to npm link is package name, not dir --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e4248b0..7db31483 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ Then similarly with `matrix-react-sdk`: 1. `git clone https://github.com/matrix-org/matrix-react-sdk.git` 1. `pushd matrix-react-sdk` 1. `git checkout develop` -1. `npm link ../matrix-js-sdk` +1. `npm link matrix-js-sdk` 1. `popd` Finally, build and start Riot itself: @@ -278,8 +278,8 @@ Finally, build and start Riot itself: 1. `cd riot-web` 1. `git checkout develop` 1. `npm install` -1. `npm link ../matrix-js-sdk` -1. `npm link ../matrix-react-sdk` +1. `npm link matrix-js-sdk` +1. `npm link matrix-react-sdk` 1. `npm start` 1. Wait a few seconds for the initial build to finish; you should see something like: ```