fixed hello world install instructions (#3)

This commit is contained in:
Soren Hannibal 2018-12-04 13:43:39 -08:00 коммит произвёл GitHub
Родитель e81c869727
Коммит ac4496cb55
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -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