Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rafi16jan authored Dec 14, 2023
1 parent ba294c5 commit d6385db
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,19 @@ For RHEL, do run:

```shell
sudo yum install debootstrap
#Or
sudo dnf install debootstrap
#Or if you are using OpenSUSE
sudo zypper install debootstrap
```

For another distro (custom debootstrap build):
For Arch based distrubutions:

```shell
sudo pacman -S debootstrap
```

For other distro (custom debootstrap build):

Don't do this if you can install debootstrap with package manager.

Expand Down

0 comments on commit d6385db

Please sign in to comment.