From 66234dfe9984bed99573f61e0e2e9a1090c57206 Mon Sep 17 00:00:00 2001 From: fox Date: Sat, 16 Nov 2019 11:24:26 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ee1971..8a9733d 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ tt-rss will prompt you to do so on next page refresh. #### Updating container scripts 1. Stop the containers: ``docker-compose down && docker-compose rm`` -2. Update scripts from git: ``git pull origin master`` +2. Update scripts from git: ``git pull origin master`` and apply any necessary modifications to ``.env``, etc. 3. Rebuild and start the containers: ``docker-compose up --build``