From 1ae90b74593e0db68ef65da14a19808ed63ff972 Mon Sep 17 00:00:00 2001 From: Sascha Date: Thu, 1 Mar 2018 11:01:06 +0100 Subject: [PATCH] docs: document environment variable --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8fa412e9..20fed7ac 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ You can download the latest version of `shiori` from the release page, then put go get github.com/RadhiFadlillah/go-readability ``` +### Advanced + +You can provide a path to the created SQLite database. To do this, set the environment variable `ENV_SHIORI_DB` to the desired path. + ## Usage ```