From bef175af61d387084fd9161e495cac3e1b414556 Mon Sep 17 00:00:00 2001 From: Will Fleming Date: Mon, 4 Apr 2016 10:05:57 -0700 Subject: [PATCH] Update watchman version in docs to latest stable release Summary:Update documentation. Per https://facebook.github.io/watchman/docs/install.html the latest stable release of watchman is now at v4.5.0 This is my first pull request and I have completed the CLA. Closes https://github.com/facebook/react-native/pull/6372 Differential Revision: D3133665 fb-gh-sync-id: b4215fdc862c68d69952717a9e74039850d38459 fbshipit-source-id: b4215fdc862c68d69952717a9e74039850d38459 --- docs/GettingStartedOnLinux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStartedOnLinux.md b/docs/GettingStartedOnLinux.md index bc9ee326d..ebe4d8a15 100644 --- a/docs/GettingStartedOnLinux.md +++ b/docs/GettingStartedOnLinux.md @@ -40,7 +40,7 @@ Paste the following into your terminal to compile watchman from source and insta ```sh git clone https://github.com/facebook/watchman.git cd watchman -git checkout v4.1.0 # the latest stable release +git checkout v4.5.0 # the latest stable release ./autogen.sh ./configure make