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
This commit is contained in:
Will Fleming 2016-04-04 10:05:57 -07:00 committed by Facebook Github Bot 4
parent 114dde99ce
commit bef175af61
1 changed files with 1 additions and 1 deletions

View File

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