From f986da7965c7055864de72d2b44e3466e4edf053 Mon Sep 17 00:00:00 2001 From: fox Date: Mon, 8 Mar 2021 19:45:54 +0300 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2bf38c..73a25b1 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ automatically on container startup. #### Updating container scripts -Latest tt-rss sourc code expects latest container scripts and vice versa. Updating both is a good idea. Docker Hub image is less dependent on container scripts because most of startup logic is baked into the image so you don't need to worry too much about it. +Latest tt-rss source code expects latest container scripts and vice versa. Updating both is a good idea. Docker Hub image is less dependent on container scripts because most of startup logic is baked into the image so you don't need to worry too much about it. 1. Stop the containers: ``docker-compose down && docker-compose rm`` 2. Update scripts from git: ``git pull origin static-dockerhub`` and apply any necessary modifications to ``.env``, etc.