Skip to content

Commit

Permalink
docs: added install method for NetBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Jun 8, 2023
1 parent a0a0c05 commit 09d60d2
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ You can install Sniffnet in one of the following ways:
Choose from a Windows installer, a macOS disk image, a DEB package, or an RPM package (depending on your operating system). <br>
Below, for your convenience, you can find the direct links to the downloads.

> **Note**
>
> If you are unsure which package to download, you should probably choose the first from your operating system list.
### Windows

- [64-bit](https://github.com/GyulyVGC/sniffnet/releases/latest/download/Sniffnet_Windows_64-bit.msi) |
Expand All @@ -88,10 +92,6 @@ You can install Sniffnet in one of the following ways:
- rpm: [x86_64](https://github.com/GyulyVGC/sniffnet/releases/latest/download/Sniffnet_LinuxRPM_x86_64.rpm) |
[aarch64](https://github.com/GyulyVGC/sniffnet/releases/latest/download/Sniffnet_LinuxRPM_aarch64.rpm)

> **Note**
>
> If you are unsure which package to download, you should probably choose the first from your operating system list.
</details>


Expand Down Expand Up @@ -134,6 +134,18 @@ pacman -S sniffnet

</details>

<details>

<summary>on NetBSD</summary>

You can install Sniffnet from the official repositories via [pkgin](https://pkgin.net):

```sh
pkgin install sniffnet
```

</details>

## Required dependencies

Depending on your operating system, you may need to install some dependencies to run Sniffnet:
Expand Down

0 comments on commit 09d60d2

Please sign in to comment.