Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed May 10, 2015
1 parent 2e9f880 commit 8d28c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Running

To set up the Shrimp Xcode project, go into `shrimp/iOS` and do `pod install`.

To run Shrimp, first go into the `ClojureScript` directory and run `lein cljsbuild once dev`. This will produce the `main.js` file and `target\out` directory referenced in the iOS project workspace.
To run Shrimp, first go into the `ClojureScript` directory and run `lein cljsbuild once dev`. This will produce the `main.js` file and `target/out` directory referenced in the iOS project workspace.

Then open `iOS/Shrimp.xcworkspace` in Xcode and run the project in an iPhone simulator. You should see the main UI come up with a list view showing a list of shrimp names. Tap on any of these to see editable details.

Expand Down

0 comments on commit 8d28c80

Please sign in to comment.