Setup instructions clarification

This commit is contained in:
Edward Donner
2025-05-01 08:11:21 -04:00
parent d500dc2906
commit 99b196d17f
2 changed files with 4 additions and 2 deletions

View File

@@ -31,7 +31,8 @@ This gets you a local copy of the code on your box.
1. **Install Git** (if not already installed): 1. **Install Git** (if not already installed):
- Download Git from https://git-scm.com/download/win - 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:** 2. **Open Command Prompt:**

View File

@@ -29,6 +29,7 @@ This gets you a local copy of the code on your box.
- Open Terminal (Applications > Utilities > Terminal) - 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:** 2. **Navigate to your projects folder:**