Documentation: Update RunningOnDeviceAndroid.md
Summary: Documentation change: add link to install lsusb on macs since it is not available by default. Closes https://github.com/facebook/react-native/pull/10263 Differential Revision: D3982006 Pulled By: JoelMarcey fbshipit-source-id: 66b191446e1b7a969ad2682efb573865e31ed91f
This commit is contained in:
parent
217a4449d4
commit
9311c4e6f5
|
@ -27,7 +27,7 @@ Now you can use `react-native run-android` to install and launch your app on the
|
|||
|
||||
Let's now set up an Android device to run our React Native projects.
|
||||
|
||||
First thing is to plug in your device and check the manufacturer code by using `lsusb`, which should output something like this:
|
||||
First thing is to plug in your device and check the manufacturer code by using `lsusb` (on mac, you must first [install lsusb](https://github.com/jlhonora/lsusb)). `lsusb` should output something like this:
|
||||
|
||||
```bash
|
||||
$ lsusb
|
||||
|
|
Loading…
Reference in New Issue