From 42196b5fe760d047d559aab32ebc4e4f3a1ab4ba Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Mon, 13 Apr 2020 15:05:37 +0100 Subject: [PATCH] reference wiki pages --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 388579a..a3e8dae 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A basic account management system for [Jellyfin](https://github.com/jellyfin/jel ## Get it ### Requirements -* This should work anywhere Python does, i've tried to not use anything OS-specific. Drop an issue if you encounter issues, of course. +* This should work anywhere Python does, i've tried to not use anything OS-specific. Drop an issue if there's a problem, of course. ``` * python >= 3.6 * flask @@ -34,11 +34,13 @@ A basic account management system for [Jellyfin](https://github.com/jellyfin/jel * watchdog ``` ### Install +Usually as simple as: ``` git clone https://github.com/hrfee/jellyfin-accounts.git cd jellyfin-accounts python3 setup.py install ``` +If not, see [install](https://github.com/hrfee/jellyfin-accounts/wiki/Install). ### Usage * Passing no arguments will run the server @@ -71,6 +73,8 @@ optional arguments: #### Configuration * Note: Make sure to put this behind a reverse proxy with HTTPS. +For detailed descriptions of each setting, see [setup](https://github.com/hrfee/jellyfin-accounts/wiki/Setup). + On first run, the default configuration is copied to `~/.jf-accounts/config.ini`. ``` [jellyfin]