You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,9 @@ Set up your development environment by following the instructions in your OS spe
29
29
30
30
??? note "Windows Guide"
31
31
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).
35
35
1. **Install Required Packages**: Open a command prompt or Git Bash terminal and run the following command to install required packages:
0 commit comments