diff options
| author | 2017-05-25 14:27:31 +0200 | |
|---|---|---|
| committer | 2017-05-25 14:27:31 +0200 | |
| commit | 20d1301b462378376ab83bcae56c9065b241e4a5 (patch) | |
| tree | 04a09b6b4c904c8e8ae9764f75cd7d681d0ddf82 /cli | |
| parent | 21954d6d83b94bd9ad4d763fb237710e71f14de1 (diff) | |
Do not require write access to check new version
Do not require write access to check if new ZIP version is available
https://github.com/FreshRSS/FreshRSS/issues/1450
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/README.md b/cli/README.md index fff16f53d..c37c84dc0 100644 --- a/cli/README.md +++ b/cli/README.md @@ -109,7 +109,7 @@ sudo git checkout -b dev origin/dev # Check out a specific version of FreshRSS # See release names on https://github.com/FreshRSS/FreshRSS/releases # You will then need to manually change version -# or checkout master or dev to get new versions +# or checkout master or dev branch to get new versions cd /usr/share/FreshRSS sudo git checkout 1.7.0 |
