Update README.md

This commit is contained in:
Lemniskett 2021-02-19 15:36:10 +07:00 committed by GitHub
parent 948c47925d
commit 3094095df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,11 +44,11 @@ If you don't use systemd, either create your own init service, or create a @rebo
``` ```
archbox -u 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 rm -rf /var/archlinux
``` ```