From d7fcfe94162b685939a8193860edf74e81fd7ef3 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Tue, 15 Sep 2020 12:23:43 +0100 Subject: [PATCH] mention unstable docker branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c0d369..df3dee2 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ docker create \ -v /path/to/.config/jfa-go:/data \ # Path to wherever you want to store the config file and other data -v /path/to/jellyfin:/jf \ # Path to jellyfin config directory -v /etc/localtime:/etc/localtime:ro \ # Makes sure time is correct - hrfee/jfa-go + hrfee/jfa-go # hrfee/jfa-go:unstable for latest build from git ``` #### Build from source