Merge pull request #28 from realahnafhabib/patch-1

Update readme.md
This commit is contained in:
eraseyourknees 2022-09-19 01:33:36 +02:00 committed by GitHub
commit 9c2d62e690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,13 +73,17 @@ If you use Debian or Ubuntu based distribution you can quickly install these
using the following command: using the following command:
```bash ```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: If you use Arch Linux you can also install these using the following command:
```bash ```bash
sudo pacman -S cabextract wimlib chntpw cdrtools 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 If you use any other distribution, then you will need to check its repository
for packages needed to run this script. for packages needed to run this script.