From 7ba285b61d7a58064c3e14f2efc7407988576432 Mon Sep 17 00:00:00 2001 From: Michal Date: Thu, 11 Jun 2020 03:56:32 +0200 Subject: [PATCH 1/2] fix: update installation instructions - macOS Catalina now uses Zsh instead of Bash --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index ec1b608f2fa..b70b72c5296 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -294,7 +294,7 @@ The React Native tools require some environment variables to be set up in order -Add the following lines to your `$HOME/.bash_profile` or `$HOME/.bashrc` config file: +Add the following lines to your `$HOME/.bash_profile` or `$HOME/.bashrc` (`$HOME/.zprofile` on macOS Catalina) config file: From 54f3ab13697515933a2e70298dc43e8b398a3be9 Mon Sep 17 00:00:00 2001 From: Michal Date: Fri, 12 Jun 2020 21:35:40 +0200 Subject: [PATCH 2/2] docs: reword zsh install instruction --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index b70b72c5296..63e4cc678da 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -294,7 +294,7 @@ The React Native tools require some environment variables to be set up in order -Add the following lines to your `$HOME/.bash_profile` or `$HOME/.bashrc` (`$HOME/.zprofile` on macOS Catalina) config file: +Add the following lines to your `$HOME/.bash_profile` or `$HOME/.bashrc` (if you are using `zsh` then `~/.zprofile` or `~/.zshrc`) config file: