Skip to content

Commit a2d1372

Browse files
author
Michelle Tilley
committed
📝 Also install Git
1 parent 6d33a19 commit a2d1372

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ Git Workshop Setup
33

44
Hello! To prepare for the workshop, we ask that you please do the following:
55

6-
Clone the Repository
7-
--------------------
6+
Get the Materials
7+
-----------------
8+
9+
### Clone the Repository
810

911
Clone this repository using the `--recursive` flag so that the submodules are initialized:
1012

@@ -14,11 +16,15 @@ git clone --recursive https://github.com/git-school/workshop-setup.git
1416

1517
Once cloned correctly, you should have additional subfolders inside the clone repsitories, and those subfolders should *not* be empty. If they are, run the command listed under "Update the Repository," below.
1618

17-
Update the Repository
18-
---------------------
19+
### Update the Repository
1920

2021
A day or two before the workshop, please take a moment to pull down the latest changes so everything is up to date. From inside the cloned repository, run:
2122

2223
```
2324
git submodule update --init --recursive
2425
```
26+
27+
Get the Software
28+
----------------
29+
30+
Please make sure you have an appropriate installation of Git installed! Follow the instructions in [the Installing Git repository](https://github.com/git-school/installing-git) for more detailed instructions.

0 commit comments

Comments
 (0)