From ee8e758e5c4727a4638e902ffa75efb4dcd25b94 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 5 Jul 2023 12:14:09 -0400 Subject: [PATCH] Add installation instructions --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03524f7..af4c4e2 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,14 @@ ## Installation -[![Get Appimage](https://raw.githubusercontent.com/srevinsaju/get-appimage/master/static/badges/get-appimage-branding-blue.png)](https://github.com/Ewpratten/netbrowse/releases/latest) +**Fedora:** -This crate can also be installed via `cargo` with: +```bash +sudo dnf install --refresh netbrowse +``` -```sh +**All other OSes:** + +```bash cargo install netbrowse ```