Clarify where npm install must be run
There was some confusion on this at the hackathon. People
were running this prior to cloning the git repository which
then resulted in issues with the run-script server command
later.
Change-Id: I7f13f7dd90899d0b64ccd83f19a9a2eb0e10cf1e
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/README.md b/README.md
index 01cd4d4..4705498 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,8 @@
## Installation
`npm install`
+**Note** This must be run from within the phosphor-webui git repository.
+
## Running locally
`npm run-script server`