Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 053c786

Browse files
author
Will Anderson
committed
Update readme setup instructions
1 parent 568ab4b commit 053c786

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ Running the Example
77
---
88

99
* Make sure you have https://github.com/Microsoft/hybrid-mobile-deploy cloned beside the react-native project in a folder called `website`. This is hacky, and will be cleaned up as soon as React Native's packager supports symlinks.
10-
* Start the server with `gulp serve`, after installing the prerequisites described in the [project readme](https://github.com/Microsoft/hybrid-mobile-deploy/blob/master/README.md)
11-
* `cd` into `Examples/HybridMobileDeployCompanion` and run `npm install`
10+
* Start the Hybrid Mobile Deploy server with `gulp serve`, after installing the prerequisites described in the [project readme](https://github.com/Microsoft/hybrid-mobile-deploy/blob/master/README.md)
11+
* From the root of this project, run `npm install`
12+
* `cd` into `Examples/HybridMobileDeployCompanion`
1213
* Open `index.ios.js` and add a deployment key (generate one using the UI at http://localhost:4000/)
14+
* Run `npm start` to launch the packager
1315
* Open `HybridMobileDeployCompanion.xcodeproj` in Xcode
1416
* Launch the project

0 commit comments

Comments
 (0)