Create README.md

This commit is contained in:
Lemniskett 2020-10-28 10:17:12 +07:00 committed by GitHub
parent 5692fcf15d
commit 7eddf6dd4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# Archbox
Installs Arch Linux inside a chroot enviroment
## Why?
Ever since I'm running some niche distros like Void, Solus, I had a problem finding what softwares I need in their not-so-large repositories, also I don't like how flatpak and snap works. so i decided to create an Arch Linux chroot enviroment everytime I distrohop. Why Arch Linux? They have a really, really good repositories, oh and don't mention how big AUR is.
## Setup
It's pretty easy, just run ```install.sh``` as root
### Optional steps
You may want to add this, if you don't want to run archbox chroot without password:
#### Sudo
```%wheel ALL=(root) NOPASSWD: /usr/local/share/archbox/bin/archboxenter,/usr/local/share/archbox/bin/copyresolv,/usr/local/share/archbox/bin/archboxcommand```
#### Doas
```Idk you're on your own```