Fix missing newline in compilation instructions (#1049)

This commit is contained in:
Mathieu Geli 2017-10-23 22:30:40 +03:00 committed by enahum
parent dec442a4a4
commit f3c43ba128

View file

@ -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: