From f3c43ba1288d8945766c811e922970f24bc87a72 Mon Sep 17 00:00:00 2001 From: Mathieu Geli Date: Mon, 23 Oct 2017 22:30:40 +0300 Subject: [PATCH] Fix missing newline in compilation instructions (#1049) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad6f2eb27..d1184c7da 100644 --- a/README.md +++ b/README.md @@ -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: