Update GettingStarted.md if user using zsh filename should be .zshrc

Summary:
Small contribution for MacOS users:

For those users who using zsh with their Mac OS filename to place variables should be different
Closes https://github.com/facebook/react-native/pull/10432

Differential Revision: D4078102

Pulled By: lacker

fbshipit-source-id: 6cbfb81a472f37bfda85964e929c99b438348fd8
This commit is contained in:
Kevin Lacker 2016-10-25 18:22:58 -07:00 committed by Facebook Github Bot
parent 49667db1c8
commit b6b0e57546

View File

@ -138,7 +138,7 @@ The React Native command line interface requires the `ANDROID_HOME` environment
export ANDROID_HOME=~/Library/Android/sdk 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 export ANDROID_HOME=~/Library/Android/sdk