diff --git a/README.md b/README.md index 41597c8..caf0e63 100644 --- a/README.md +++ b/README.md @@ -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.