summaryrefslogtreecommitdiff
path: root/InstallationNotes.md
diff options
context:
space:
mode:
Diffstat (limited to 'InstallationNotes.md')
-rw-r--r--InstallationNotes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index 5092f0d..9a0c843 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -10,7 +10,7 @@ Official dockerized setup requires [docker-compose](https://docs.docker.com/comp
Use this if you want to always run uptodate tt-rss code.
-→ [Installation guide](https://git.tt-rss.org/fox/ttrss-docker-compose/src/master/README.md)
+→ [Installation guide (dynamic)](https://git.tt-rss.org/fox/ttrss-docker-compose/src/master/README.md)
#### 2. Static: uses pre-built images provided via Docker Hub
@@ -18,7 +18,7 @@ This seems to be a more commonly used pattern for Docker containers: images (inc
Use this if you want manual control over tt-rss updates or an ability to revert to an older prebuilt image.
-→ [Installation guide](https://git.tt-rss.org/fox/ttrss-docker-compose/src/static-dockerhub/README.md)
+→ [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.