Fix minor typos in README.md (#235)
This commit is contained in:
parent
742ef68292
commit
9222d4567a
|
@ -47,7 +47,7 @@ Follow the [React Native Getting Started Guide](https://facebook.github.io/react
|
||||||
|
|
||||||
## Linux:
|
## Linux:
|
||||||
|
|
||||||
- General requiriments:
|
- General requirements:
|
||||||
|
|
||||||
- JDK 7 or greater
|
- JDK 7 or greater
|
||||||
- Android SDK
|
- Android SDK
|
||||||
|
@ -59,7 +59,8 @@ Follow the [React Native Getting Started Guide](https://facebook.github.io/react
|
||||||
$ cd watchman
|
$ cd watchman
|
||||||
$ git checkout master
|
$ git checkout master
|
||||||
$ ./autogen.sh
|
$ ./autogen.sh
|
||||||
$ ./configure make
|
$ ./configure
|
||||||
|
$ make
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
```
|
```
|
||||||
Configure your kernel to accept a lot of file watches, using a command like:
|
Configure your kernel to accept a lot of file watches, using a command like:
|
||||||
|
|
Loading…
Reference in New Issue