From 7f87d5342781667174d5e9d51fcd31057b7f2ac2 Mon Sep 17 00:00:00 2001 From: Lemniskett Date: Sun, 10 Jan 2021 15:24:48 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4065ca3..802e671 100644 --- a/README.md +++ b/README.md @@ -116,10 +116,10 @@ unix:path=/run/user/1000/bus ``` Or alternatively if you use WM-only, just disable mounting ```/run``` entirely and manually set XDG_RUNTIME_DIR into ```/tmp``` like ```/tmp/$(whoami)```. -##### Archbox doesn't access resources in /usr/share +##### Archbox didn't access resources in /usr/share In Archbox, Symlink ```/usr``` to ```/run/current-system/sw```: ``` -sudo mkdir -o /run/current-system/ +sudo mkdir -p /run/current-system/ sudo ln -s /usr /run/current-system/sw ``` make sure /run isn't mounted.