From cd6b484d24b638f08221ff1388564d8369d37126 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 25 Jan 2024 18:08:18 +0100 Subject: add some mdbook documentation --- doc/getting-started/installation.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/getting-started/installation.md (limited to 'doc/getting-started/installation.md') diff --git a/doc/getting-started/installation.md b/doc/getting-started/installation.md new file mode 100644 index 0000000..7496b16 --- /dev/null +++ b/doc/getting-started/installation.md @@ -0,0 +1,24 @@ +# Installation + +## From the AUR + +This is the recommended option. It will also install a systemd service running +in its own user. + +```sh +git clone https://aur.archlinux.org/jellything-git.git +cd jellything-git +makepkg -si +``` + +## From source + +```sh +git clone --recursive https://codeberg.org/metamuffin/jellything.git +cd jellything +cargo build --release +# Global installation +cp target/release/{jellything,jellytool} /usr/local/bin +# User installation +cp target/release/{jellything,jellytool} ~/.local/bin +``` \ No newline at end of file -- cgit v1.2.3-70-g09d2