From d6a223b7eaa36aab8d1706e27c2a7252c68ec22b Mon Sep 17 00:00:00 2001 From: Lemniskett Date: Wed, 28 Oct 2020 10:57:26 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1804e6..8b19643 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To enter chroot, do ```archbox --enter```. To execute commands inside chroot envirotment, do ```archbox ```. for example, to update chroot, do ```archbox sudo pacman -Syu```. ### Automount filesystem -If you use runit, copy archbox folder inside ```runit/``` and symlink it to whatever your distro store running runit services, if you don't use runit, you may need to create your own init script, or create a cronjob that runs on boot. +If you use runit, copy archbox folder inside ```runit/``` to whatever your distro store runit services and symlink it to whatever your distro store running runit services, if you don't use runit, you may need to create your own init script, or create a cronjob that runs on boot. ### Optional steps You may want to add this, if you don't want to run archbox chroot without password: #### Sudo