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:
parent
114dde99ce
commit
bef175af61
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue