Some notes with ChromeOS.

This commit is contained in:
Syahrial Agni Prasetya 2021-05-10 13:30:50 +07:00
parent 1101ccdf12
commit ca2842a98a
No known key found for this signature in database
GPG Key ID: 46F88749C8C79383

View File

@ -9,7 +9,9 @@ crew install llvm # OPTIONAL: needed for AMD GPUs
source ~/.bashrc source ~/.bashrc
``` ```
## Installing Archbox ## Installing Archbox
Just follow [INSTALL.md](INSTALL.md). Just follow [INSTALL.md](INSTALL.md) but with :
1. Now that `/usr/local` is owned by you, it's better to set `INSTALL_PATH` to somewhere in `/usr/local` in `archbox.conf`, for example `/usr/local/archbox`
2. Remove `/home` from `SHARED_FOLDER` in `archbox.conf`
## Miscs ## Miscs
### Init Archbox Automatically ### Init Archbox Automatically
Add `archbox -m` to `~/.bashrc`. Add `archbox -m` to `~/.bashrc`.