diff --git a/SETUP-PC.md b/SETUP-PC.md index f71be15..d2b2759 100644 --- a/SETUP-PC.md +++ b/SETUP-PC.md @@ -31,7 +31,8 @@ This gets you a local copy of the code on your box. 1. **Install Git** (if not already installed): - Download Git from https://git-scm.com/download/win -- Run the installer and follow the prompts, using default options (press OK lots of times!) +- Run the installer and follow the prompts, using default options (press OK lots of times!). +- After the installation, you may need to open a new Powershell window to use it (or you might even need to restart) 2. **Open Command Prompt:** diff --git a/SETUP-mac.md b/SETUP-mac.md index e78d73e..ec65630 100644 --- a/SETUP-mac.md +++ b/SETUP-mac.md @@ -28,7 +28,8 @@ This gets you a local copy of the code on your box. 1. **Install Git** if not already installed (it will be in most cases) - Open Terminal (Applications > Utilities > Terminal) -- Type `git --version` If not installed, you'll be prompted to install it +- Type `git --version` If not installed, you'll be prompted to install it +- After the installation, you may need to open a new Terminal window to use it (or you might even need to restart) 2. **Navigate to your projects folder:**