mirror of
https://github.com/domcyrus/rustnet.git
synced 2026-05-11 14:30:30 -05:00
docs: add Chocolatey installation instructions for Windows (#107)
This commit is contained in:
+12
@@ -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+)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user