Original PR: https://github.com/RedWizardsLab/EchoHub/pull/27 Author: @HueByte Created: 2/24/2026 Status: ✅ Merged Merged: 2/24/2026 Merged by: @HueByte
Base: dev ← Head: dev_distribution_update
dev
dev_distribution_update
0455153
6295831
e2bab3d
11 files changed (+468 additions, -10 deletions)
📝 .github/workflows/release.yml (+19 -0) 📝 docs/articles/getting-started.md (+30 -10) 📝 docs/changelog/v0.2.8.md (+6 -0) ➕ packaging/choco/echohub.nuspec (+26 -0) ➕ packaging/choco/tools/LICENSE.txt (+21 -0) ➕ packaging/choco/tools/VERIFICATION.txt (+17 -0) ➕ packaging/choco/tools/chocolateyInstall.ps1 (+18 -0) ➕ packaging/choco/tools/chocolateyUninstall.ps1 (+3 -0) ➕ scripts/install.sh (+223 -0) 📝 src/EchoHub.Client/Program.cs (+3 -0) ➕ src/EchoHub.Client/Services/PathSetup.cs (+102 -0)
.github/workflows/release.yml
docs/articles/getting-started.md
docs/changelog/v0.2.8.md
packaging/choco/echohub.nuspec
packaging/choco/tools/LICENSE.txt
packaging/choco/tools/VERIFICATION.txt
packaging/choco/tools/chocolateyInstall.ps1
packaging/choco/tools/chocolateyUninstall.ps1
scripts/install.sh
src/EchoHub.Client/Program.cs
src/EchoHub.Client/Services/PathSetup.cs
Added choco and curl support
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/RedWizardsLab/EchoHub/pull/27
Author: @HueByte
Created: 2/24/2026
Status: ✅ Merged
Merged: 2/24/2026
Merged by: @HueByte
Base:
dev← Head:dev_distribution_update📝 Commits (3)
0455153feat: add Chocolatey package and Linux/macOS install script with automated publishing6295831feat: update nuspec metadata and add PATH setup functionality for terminal accesse2bab3dMerge branch 'dev' into dev_distribution_update📊 Changes
11 files changed (+468 additions, -10 deletions)
View changed files
📝
.github/workflows/release.yml(+19 -0)📝
docs/articles/getting-started.md(+30 -10)📝
docs/changelog/v0.2.8.md(+6 -0)➕
packaging/choco/echohub.nuspec(+26 -0)➕
packaging/choco/tools/LICENSE.txt(+21 -0)➕
packaging/choco/tools/VERIFICATION.txt(+17 -0)➕
packaging/choco/tools/chocolateyInstall.ps1(+18 -0)➕
packaging/choco/tools/chocolateyUninstall.ps1(+3 -0)➕
scripts/install.sh(+223 -0)📝
src/EchoHub.Client/Program.cs(+3 -0)➕
src/EchoHub.Client/Services/PathSetup.cs(+102 -0)📄 Description
Summary
Added choco and curl support
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.