diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-06 16:52:32 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-06 16:52:32 +0100 |
commit | 87ebdede17007b626b1275c66dde1e5aefd6cddc (patch) | |
tree | ce023bacfdbd1ba2e8321293dd0aee902a264e03 /doc/getting-started/installation.md | |
parent | 8fd96b46e73a0e7f984305e487e383a471dfcf88 (diff) | |
download | jellything-87ebdede17007b626b1275c66dde1e5aefd6cddc.tar jellything-87ebdede17007b626b1275c66dde1e5aefd6cddc.tar.bz2 jellything-87ebdede17007b626b1275c66dde1e5aefd6cddc.tar.zst |
update book
Diffstat (limited to 'doc/getting-started/installation.md')
-rw-r--r-- | doc/getting-started/installation.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/getting-started/installation.md b/doc/getting-started/installation.md index ee59ee7..5768a0a 100644 --- a/doc/getting-started/installation.md +++ b/doc/getting-started/installation.md @@ -2,8 +2,8 @@ ## From the AUR -This is the recommended option. It will also install a systemd service running -in its own user. +This is the recommended option. It will also install a systemd service and +system user for that service. ```sh git clone https://aur.archlinux.org/jellything-git.git @@ -24,8 +24,8 @@ Requirements: - dav1d - ffmpeg (only if you use transcoding) -Jellything was only tested on `x86_64-unknown-linux-gnu` and -`aarch64-unknown-linux-gnu`. Others _might_ work. +Jellything was only tested for `x86_64-unknown-linux-gnu` and +`aarch64-unknown-linux-gnu` targetss. Others _probably_ work too. ```sh git clone --recursive https://codeberg.org/metamuffin/jellything.git |