Skip to content

Commit

Permalink
refactor: clarify that git likely already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Destaq committed Oct 3, 2024
1 parent b7e8706 commit 3b02f65
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion versioned_docs/version-2024fa/setup-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ For consistency, please use the latest Node LTS (currently, as of Fall 2023, thi

Git is a version control system that allows you to track changes to your code and collaborate with others.

Go to [this website](https://git-scm.com/downloads) and follow the instructions to install it on your workstation.
It is extremely likely that you already have git installed on your system. You can check this by running:

```bash
git --version
```

If this command fails, you can install git by going to [this website](https://git-scm.com/downloads) and following the instructions for your operating system.

## Install `ts-node`

Expand Down

0 comments on commit 3b02f65

Please sign in to comment.