From d6385db21b765201b50f914d4c44f8764750fa2f Mon Sep 17 00:00:00 2001 From: Farrell Raafi Date: Thu, 14 Dec 2023 11:12:51 +0700 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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.