From 6366239ec454581a9518f2cf1f865d7e48841dca Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Wed, 19 Aug 2020 12:31:16 +0100 Subject: [PATCH] mention placing inside /opt --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4474379..e0f5a37 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ I chose to rewrite the python [jellyfin-accounts](https://github.com/hrfee/jelly #### Install Grab an archive from the release section for your platform, and extract `jfa-go` and `data` to the same directory. + +For linux users, you can place them inside `/opt/jfa-go` and then run +`sudo ln -s /opt/jfa-go/jfa-go /usr/bin/jfa-go` to place it in your PATH. + Run the executable to start. A PKGBUILD is also provided for those using Arch Linux.