From 87c84dfa3795961ea2e718c818221a641e844fb2 Mon Sep 17 00:00:00 2001 From: Lemniskett Date: Thu, 18 Feb 2021 20:28:53 +0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 984765f..9beeb9e 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,10 @@ then do : ``` mount ``` -make sure there's no mounted Archbox directories and then delete the Arch Linux directory. +make sure there's no mounted Archbox directories and then delete the Arch Linux directory (Assuming the INSTALL_PATH is /var/archlinux) : +``` +rm -rf /var/archlinux +``` ### Entering chroot environment To enter chroot, do : ```