Skip to content

Commit

Permalink
Add necessary setup commands to README
Browse files Browse the repository at this point in the history
  • Loading branch information
awfulcooking committed Jun 29, 2023
1 parent 0c1e33f commit 7777ec6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:

Expand Down

0 comments on commit 7777ec6

Please sign in to comment.