From 9222d4567a5edf3f616999a0731a05cc11e8595a Mon Sep 17 00:00:00 2001 From: Ian Whitlock Date: Wed, 14 Feb 2018 09:53:29 -0600 Subject: [PATCH] Fix minor typos in README.md (#235) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1d431e2..1272fab4 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Follow the [React Native Getting Started Guide](https://facebook.github.io/react ## Linux: -- General requiriments: +- General requirements: - JDK 7 or greater - Android SDK @@ -59,7 +59,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: