summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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