summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-11-17 15:55:59 +0300
committerAndrew Dolgov <[email protected]>2019-11-17 15:55:59 +0300
commit11bcabe3bf074c922c95aa945504f427c15dde7c (patch)
tree360bf32bb1ab30f11eeda2cecd4e6e9789c25495 /README.md
parent296d347fe04602e2798e072de21c222c7f95b51c (diff)
update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index dde9507..f81fdb2 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,12 @@ Requirements
Installation
============
+Always use latest Git code from master branch. Ignore the releases page, it doesn't mean anything.
+
+```
+git clone https://git.tt-rss.org/fox/the-epube.git the-epube
+```
+
**WARNING:** since database folder is, by default, accessible for unauthenticated HTTP requests
it is recommended to set ``SCRATCH_DB`` to a secure random value (i.e. ``db/long-random-string.db``)
or put it outside of scope accessible by your http server. Alternatively, you can simply block access