From ca2842a98a1baa83effcf5c66a34e2c0ad17edca Mon Sep 17 00:00:00 2001 From: Syahrial Agni Prasetya Date: Mon, 10 May 2021 13:30:50 +0700 Subject: [PATCH] Some notes with ChromeOS. --- CROS_INSTALL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CROS_INSTALL.md b/CROS_INSTALL.md index 64b2f8e..9454255 100644 --- a/CROS_INSTALL.md +++ b/CROS_INSTALL.md @@ -9,7 +9,9 @@ crew install llvm # OPTIONAL: needed for AMD GPUs source ~/.bashrc ``` ## 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 ### Init Archbox Automatically Add `archbox -m` to `~/.bashrc`.