Skip to content

Commit b6b0e57

Browse files
Kevin LackerFacebook Github Bot
authored andcommitted
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 #10432 Differential Revision: D4078102 Pulled By: lacker fbshipit-source-id: 6cbfb81a472f37bfda85964e929c99b438348fd8
1 parent 49667db commit b6b0e57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The React Native command line interface requires the `ANDROID_HOME` environment
138138
export ANDROID_HOME=~/Library/Android/sdk
139139
```
140140

141-
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:
141+
To avoid doing this every time you open a new terminal, add the following lines to your `~/.bashrc` or equivalent config file:
142142

143143
```
144144
export ANDROID_HOME=~/Library/Android/sdk

0 commit comments

Comments
 (0)