From ac4496cb55139c2e10c1711066dfc95b10de8ccc Mon Sep 17 00:00:00 2001 From: Soren Hannibal Date: Tue, 4 Dec 2018 13:43:39 -0800 Subject: [PATCH] fixed hello world install instructions (#3) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 31c374a..7e2cfe3 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,11 @@ newer, which includes NPM 6.4.1 or newer, from nodejs.org ## How to Build and Run the Hello World sample From command prompt: -* `git clone http://github.com/microsoft/mixed-reality-extension-sdk` -* `cd mixed-reality-extension-sdk\node` +* `git clone http://github.com/microsoft/mixed-reality-extension-sdk-samples` +* `cd mixed-reality-extension-sdk-samples\samples\hello-world` * `npm install` This will install all dependent packages. (and will do very little if there are no changes) * `npm run build` This should not report any errors. -* `cd packages/samples/hello-world` * `npm start` This should print "INF: Multi-peer Adapter listening on..." In AltspaceVR