From 4b5009b67b8e36f8b08ab9ef7edbe63e04e0aa2a Mon Sep 17 00:00:00 2001 From: realahnafhabib <113565204+realahnafhabib@users.noreply.github.com> Date: Sun, 18 Sep 2022 16:32:27 -0700 Subject: [PATCH] Update readme.md Added command to install tools for Fedora Linux. --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4678910..4a3d2c6 100644 --- a/readme.md +++ b/readme.md @@ -73,13 +73,17 @@ If you use Debian or Ubuntu based distribution you can quickly install these using the following command: ```bash -sudo apt-get install cabextract wimtools chntpw genisoimage +sudo apt install cabextract wimtools chntpw genisoimage ``` If you use Arch Linux you can also install these using the following command: ```bash sudo pacman -S cabextract wimlib chntpw cdrtools ``` +If you use Fedora you can also install these using the following command: +```bash +sudo dnf install cabextract wimlib chntpw genisoimage +``` If you use any other distribution, then you will need to check its repository for packages needed to run this script.