diff options
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 |