Skip to content

Commit

Permalink
add the running on linux chapter to readme with feedback provided in #3
Browse files Browse the repository at this point in the history
  • Loading branch information
drapanjanas committed Dec 16, 2015
1 parent a03ff1a commit 11cbbba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,13 @@ Try this command as an example:
```clojure
(dispatch [:set-greeting "Hello Native World!"])
```
## Running on Linux
In addition to the instructions above on Linux you might need to
start React Native packager manually with command `react-native start`.
This was reported in #3

See also [Linux and Windows support](https://facebook.github.io/react-native/docs/linux-windows-support.html)
in React Native docs.

## "Prod" build
Do this with command:
Expand Down

0 comments on commit 11cbbba

Please sign in to comment.