Skip to content

Commit

Permalink
Make it clear which Xcode file should be opened
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Apr 6, 2015
1 parent 6e4dd25 commit c02a7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ To provide a Ruby-friendly tool chain (this doesn't require node / npm) and wrap
1. Clone or download this project
2. `bundle install`
3. `bundle exec pod install` to install iOS dependency
4. `open SampleApp.xcworkspace` to launch Xcode
4. `open SampleApp.xcworkspace` to launch Xcode (xc**Workspace** not xcode*Proj*!)
5. `bundle exec thin -R config.ru start -p 8081` to start packaging server
6. Build & Run

Expand Down

0 comments on commit c02a7bf

Please sign in to comment.