From 7777ec69af02de5f47fde1d56b392e2f60b3fdbf Mon Sep 17 00:00:00 2001 From: mooff Date: Thu, 29 Jun 2023 11:42:14 +0100 Subject: [PATCH] Add necessary setup commands to README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e021ed2..602e8c0 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ ## Build -1. `apt install libsystemd-dev` -1. `apt install golang` +1. `apt install libsystemd-dev golang fuse3` +1. `echo "user_allow_other" | sudo tee -a /etc/fuse.conf` 1. `make` ## Install @@ -16,10 +16,11 @@ ```bash sudo useradd --system --user-group journalfs +sudo usermod -aG systemd-journal journalfs sudo usermod -aG journalfs $USER ``` - Note, you'll have to start a new shell or desktop session to activate this group membership. + Note, you'll have to start a new shell or desktop session to activate $USER's group membership. 3. Create a mount point, set ownership and permissions: