Skip to content

Commit d17984b

Browse files
authored
Update getting-started.md (#282)
1 parent bfb88a7 commit d17984b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Set up your development environment by following the instructions in your OS spe
2929

3030
??? note "Windows Guide"
3131

32-
1. **Install Git**: Download and install Git from [git-scm.com](https://git-scm.com/downloads). Make sure to also install the Git Bash terminal during the setup process.
33-
1. **Install Putty**: Download and install Putty from [putty.org](https://putty.org/).
34-
1. **Install Chocolatey**: Chocolatey is a package manager for Windows. Follow the instructions on [chocolatey.org](https://chocolatey.org/install) to install it.
32+
1. **Install Git**: Download and install the version control system [Git](https://git-scm.com/downloads). Make sure to also install the Git Bash terminal during the setup process.
33+
1. **Install Putty**: Download and install [Putty](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html).
34+
1. **Install Chocolatey**: Download and install the Windows package manager [chocolatey](https://chocolatey.org/install).
3535
1. **Install Required Packages**: Open a command prompt or Git Bash terminal and run the following command to install required packages:
3636
```sh
3737
choco install make rsync zip

0 commit comments

Comments
 (0)