From 3094095df12289d5c1802f31b05c51db34abe014 Mon Sep 17 00:00:00 2001 From: Lemniskett Date: Fri, 19 Feb 2021 15:36:10 +0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce33465..9225ad1 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,11 @@ If you don't use systemd, either create your own init service, or create a @rebo ``` archbox -u ``` -then do : +then do (Assuming the INSTALL_PATH is /var/archlinux) : ``` -mount +mount | grep /var/archlinux ``` -make sure there's no mounted Archbox directories and then delete the Arch Linux directory (Assuming the INSTALL_PATH is /var/archlinux) : +make sure there's no mounted Archbox directories and then delete the Arch Linux directory : ``` rm -rf /var/archlinux ```