summaryrefslogtreecommitdiff
path: root/InstallationNotes.md
diff options
context:
space:
mode:
Diffstat (limited to 'InstallationNotes.md')
-rw-r--r--InstallationNotes.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index b93752b..c92b82e 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -2,9 +2,9 @@
## Installing Tiny Tiny RSS for the first time
-### Installing in a Docker container
+As of 2020, the recommended way to deploy tt-rss is via Docker. Unless you have very specific needs which require direct installation on the host, consider using docker-compose setup described below:
-This is the recommended way to deploy tt-rss.
+### Installing in a Docker container
Official dockerized setup uses [docker-compose](https://docs.docker.com/compose/). There are two variants available:
@@ -22,8 +22,6 @@ Use this if you want manual control over tt-rss updates or an ability to revert
→ [Installation guide (static)](https://git.tt-rss.org/fox/ttrss-docker-compose/src/static-dockerhub/README.md)
-Alternatively, continue to a host installation section below:
-
-----
### Installing on a host machine