summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2020-01-25 19:16:28 +0000
committerfox <[email protected]>2020-01-25 19:16:28 +0000
commite8e5ce8cfa0370b1c674fd6ea410edf5aa690076 (patch)
treec4f9b6aa9e2e90871b099a817635bb6bfe881e47
parentd16c936c64fc63920f81cda9618d6a150cd4c4f2 (diff)
Update page 'InstallationNotes'
-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.
-&rarr; [Installation guide](https://git.tt-rss.org/fox/ttrss-docker-compose/src/master/README.md)
+&rarr; [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.
-&rarr; [Installation guide](https://git.tt-rss.org/fox/ttrss-docker-compose/src/static-dockerhub/README.md)
+&rarr; [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.