Archived
1

Add additional info for adding the fedora repo

This commit is contained in:
Evan Pratten 2023-07-05 12:18:01 -04:00
parent ee8e758e5c
commit 8950d16178

View File

@ -15,6 +15,10 @@
**Fedora:** **Fedora:**
```bash ```bash
# Add my software repository
sudo dnf config-manager --add-repo https://dist.ewpratten.com/linux/fedora/ewpratten.repo
# Install netbrowse
sudo dnf install --refresh netbrowse sudo dnf install --refresh netbrowse
``` ```