Update README.md

This commit is contained in:
Lemniskett 2021-02-18 20:28:53 +07:00 committed by GitHub
parent a79efaeda9
commit 87c84dfa37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 :
```