diff options
| author | 2016-11-05 15:08:10 +0100 | |
|---|---|---|
| committer | 2016-11-05 15:08:10 +0100 | |
| commit | 21e63595083d556bd4a6ff56c4ccaab5cd318dd4 (patch) | |
| tree | 80c812833b47b8764ec6e93cb4483d7e4b10169e /README.md | |
| parent | 28bb2813f3121a7c992eba279d0c566269d619aa (diff) | |
Add compatibility with git in Web update
https://github.com/FreshRSS/FreshRSS/issues/907
https://github.com/FreshRSS/FreshRSS/issues/1355
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ sudo git checkout -b dev origin/dev # Set the rights so that your Web server can access the files sudo chown -R :www-data . && sudo chmod -R g+r . && sudo chmod -R g+w ./data/ -# If you would like to allow Web updates (not needed for updates with git) +# If you would like to allow updates from the Web interface sudo chmod -R g+w . # Publish FreshRSS in your public HTML directory |
