added error tailing instructions to readme

This commit is contained in:
Dan Motzenbecker 2015-08-30 00:21:00 -04:00
parent 3c89a0a96e
commit 7f47f2320a
1 changed files with 7 additions and 0 deletions

View File

@ -54,6 +54,13 @@ Try this command as an example:
(swap! app-state assoc :text "Hello Native World")
```
When the REPL starts it will print the location of its compilation log.
It's useful to tail it to see any errors, like so:
```
$ tail -f /Volumes/Ambly-81C53995/watch.log
```
## Tips
- Natal requires npm, Leiningen, and CocoaPods to be installed