diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-23 04:09:39 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-23 04:09:39 +0100 |
| commit | be7d35ccbb3449332700a0d9ccb1b055e041e401 (patch) | |
| tree | f0475a748de7ccdcc29eb29a0a4e5cff4dfb96e3 /doc/getting-started/installation.md | |
| parent | 823c0c6b1c857da62e472a2feda167379691288f (diff) | |
| download | jellything-be7d35ccbb3449332700a0d9ccb1b055e041e401.tar jellything-be7d35ccbb3449332700a0d9ccb1b055e041e401.tar.bz2 jellything-be7d35ccbb3449332700a0d9ccb1b055e041e401.tar.zst | |
update some book things
Diffstat (limited to 'doc/getting-started/installation.md')
| -rw-r--r-- | doc/getting-started/installation.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/getting-started/installation.md b/doc/getting-started/installation.md index 5768a0a..9af212f 100644 --- a/doc/getting-started/installation.md +++ b/doc/getting-started/installation.md @@ -5,6 +5,10 @@ This is the recommended option. It will also install a systemd service and system user for that service. +``` +paru -S jellything-git +``` + ```sh git clone https://aur.archlinux.org/jellything-git.git cd jellything-git @@ -25,7 +29,7 @@ Requirements: - ffmpeg (only if you use transcoding) Jellything was only tested for `x86_64-unknown-linux-gnu` and -`aarch64-unknown-linux-gnu` targetss. Others _probably_ work too. +`aarch64-unknown-linux-gnu` platforms; others likely work too. ```sh git clone --recursive https://codeberg.org/metamuffin/jellything.git |