Fix typo (.bash instead of .bashrc)
Summary: Closes https://github.com/facebook/react-native/pull/7464 Differential Revision: D3275748 fb-gh-sync-id: a59e6f54425906c4018f122174a86d80afa021eb fbshipit-source-id: a59e6f54425906c4018f122174a86d80afa021eb
This commit is contained in:
parent
d7de68241f
commit
28cc8c9776
|
@ -499,7 +499,7 @@ tools from the command line such as `android avd`.
|
|||
|
||||
<block class="linux android" />
|
||||
|
||||
In your `~/.bash` or `~/.bash_profile`:
|
||||
In your `~/.bashrc` or `~/.bash_profile`:
|
||||
|
||||
```
|
||||
# Your exact string here may be different.
|
||||
|
|
Loading…
Reference in New Issue