Skip to content

Commit

Permalink
Update GettingStarted.md if user using zsh filename should be .zshrc
Browse files Browse the repository at this point in the history
Summary:
Small contribution for MacOS users:

For those users who using zsh with their Mac OS filename to place variables should be different
Closes facebook#10432

Differential Revision: D4078102

Pulled By: lacker

fbshipit-source-id: 6cbfb81a472f37bfda85964e929c99b438348fd8
  • Loading branch information
Kevin Lacker authored and Facebook Github Bot committed Oct 26, 2016
1 parent 49667db commit b6b0e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The React Native command line interface requires the `ANDROID_HOME` environment
export ANDROID_HOME=~/Library/Android/sdk
```

To avoid doing this every time you open a new Terminal, create (or edit) `~/.bashrc` using your favorite text editor and add the following lines:
To avoid doing this every time you open a new terminal, add the following lines to your `~/.bashrc` or equivalent config file:

```
export ANDROID_HOME=~/Library/Android/sdk
Expand Down

0 comments on commit b6b0e57

Please sign in to comment.