From e8a12e7ddc60abaff9421303c600ba22dec92733 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Fri, 16 Sep 2016 17:27:52 +0100 Subject: [PATCH] Revert "fix instructions" This reverts commit 6a131550136f88ad07d42479a1adc7dc75c953e2. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb750ffe6f..394e7c351c 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ Then similarly with `matrix-react-sdk`: 1. `git checkout develop` 1. `npm install` 1. `rm -r node_modules/matrix-js-sdk; ln -s ../../matrix-js-sdk node_modules/` -1. `npm run start` +1. `popd` Finally, build and start vector itself: @@ -161,7 +161,7 @@ Finally, build and start vector itself: 1. `npm install` 1. `rm -r node_modules/matrix-js-sdk; ln -s ../../matrix-js-sdk node_modules/` 1. `rm -r node_modules/matrix-react-sdk; ln -s ../../matrix-react-sdk node_modules/` -1. `npm run start` +1. `npm start` 1. Wait a few seconds for the initial build to finish; you should see something like: ```