Fix missing newline in compilation instructions (#1049)
This commit is contained in:
parent
dec442a4a4
commit
f3c43ba128
1 changed files with 2 additions and 1 deletions
|
|
@ -84,7 +84,8 @@ Follow the [React Native Getting Started Guide](https://facebook.github.io/react
|
|||
$ cd watchman
|
||||
$ git checkout master
|
||||
$ ./autogen.sh
|
||||
$ ./configure make
|
||||
$ ./configure
|
||||
$ make
|
||||
$ sudo make install
|
||||
```
|
||||
Configure your kernel to accept a lot of file watches, using a command like:
|
||||
|
|
|
|||
Loading…
Reference in a new issue