mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
3e181b85b0
Summary: * Copy-pasting into a terminal _can_ be dangerous. [See this](https://thejh.net/misc/website-terminal-copy-paste). Thus I've changed "paste" to "type". People are probably going to do this anyway but there is not need to suggest copy-pasting `sudo`commands. * `sudo` is not required to do a global npm install (of course you can do it). Thus I've removed the "sudo" for the flow install command. This is consistent with the general getting started page where `sudo` isn't used in front of `npm install -g` either. Closes https://github.com/facebook/react-native/pull/7330 Differential Revision: D3252286 fb-gh-sync-id: 7d4580b6bf828e4a833e02365045f3bb9276cfef fbshipit-source-id: 7d4580b6bf828e4a833e02365045f3bb9276cfef