docs: add Chocolatey installation instructions for Windows (#107)

This commit is contained in:
Marco Cadetg
2025-12-23 09:52:08 +01:00
committed by GitHub
parent bf5c40e9ca
commit f0141be1f8
2 changed files with 19 additions and 1 deletions
+12
View File
@@ -7,6 +7,7 @@ This guide covers all installation methods for RustNet across different platform
- [Installing from Release Packages](#installing-from-release-packages)
- [macOS DMG Installation](#macos-dmg-installation)
- [Windows MSI Installation](#windows-msi-installation)
- [Windows Chocolatey Installation](#windows-chocolatey-installation)
- [Linux Package Installation](#linux-package-installation)
- [FreeBSD Installation](#freebsd-installation)
- [Install via Cargo](#install-via-cargo)
@@ -73,6 +74,17 @@ Pre-built packages are available for each release on the [GitHub Releases](https
- If Npcap is not installed or not in WinPcap compatible mode, RustNet will display a helpful error message with installation instructions
- Note: Depending on your Npcap installation settings, you may or may not need Administrator privileges
### Windows Chocolatey Installation
The easiest way to install RustNet on Windows is via [Chocolatey](https://community.chocolatey.org/packages/rustnet):
```powershell
# Run in Administrator PowerShell
choco install rustnet
```
**Note:** You still need to install [Npcap](https://npcap.com) separately with "WinPcap API compatible mode" enabled.
### Linux Package Installation
#### Ubuntu PPA (Recommended for Ubuntu 25.10+)
+7 -1
View File
@@ -113,8 +113,14 @@ yay -S rustnet
cargo install rustnet-monitor
```
**Windows (Chocolatey):**
```powershell
# Run in Administrator PowerShell
choco install rustnet
```
**Other platforms:**
- **Windows/FreeBSD**: Download installers from [GitHub Releases](https://github.com/domcyrus/rustnet/releases)
- **FreeBSD**: Download from [GitHub Releases](https://github.com/domcyrus/rustnet/releases)
- **Docker, source builds, other Linux distros**: See [INSTALL.md](INSTALL.md) for detailed instructions
### Running RustNet