Skip to content

Commit 2898bf9

Browse files
chore: add Chocolatey to Windows setup prerequisites (hiero-ledger#2009)
Signed-off-by: Sri Nishanth Molleti <nishanth.molleti9@gmail.com>
1 parent bd5b879 commit 2898bf9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
1717
- Added TCK endpoint for the createAccount method
1818

1919
### Docs
20+
- Add Chocolatey as a prerequisite in the Windows setup guide (#1961)
2021

2122

2223
### .github

docs/sdk_developers/setup_windows.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Before you begin, ensure you have the following installed on your system:
2525
1. **Git for Windows**: [Download and install Git](https://gitforwindows.org/).
2626
2. **Python 3.10+**: [Download and install Python](https://www.python.org/downloads/windows/). Ensure "Add Python to PATH" is checked during installation.
2727
3. **GitHub Account**: You will need a GitHub account to fork the repository.
28+
4. **Chocolatey**: For Windows 10 users, you must install Chocolatey. [Install Chocolatey](https://chocolatey.org/install). Make sure Chocolatey is added to PATH.
2829

2930
---
3031

0 commit comments

Comments
 (0)