aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Ths2-9Y-LqJt6 <Ths2-9Y-LqJt6@users.noreply.github.com> 2020-03-29 13:05:16 -0700
committerGravatar GitHub <noreply@github.com> 2020-03-29 22:05:16 +0200
commit06c918d0d9cd744257332cf43ea146af01512596 (patch)
treec7ccad903e2464e169e3d6dc1c607f4efa36f3ee /docs
parente424f45b8cd4274160e91d4c1e9e3ba0c2771e55 (diff)
Fix wget in linux update guide (#2858)
* change link from wget to curl in linux update guid #2857 * change back to wget per feedback #2857
Diffstat (limited to 'docs')
-rw-r--r--docs/en/admins/07_LinuxUpdate.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/admins/07_LinuxUpdate.md b/docs/en/admins/07_LinuxUpdate.md
index c14e07517..6ac564641 100644
--- a/docs/en/admins/07_LinuxUpdate.md
+++ b/docs/en/admins/07_LinuxUpdate.md
@@ -67,7 +67,7 @@ cd /usr/share/FreshRSS/
3. Download and unzip the update file
```
-wget -o freshrss.zip https://github.com/FreshRSS/FreshRSS/archive/1.15.3.zip
+wget -O freshrss.zip https://github.com/FreshRSS/FreshRSS/archive/1.15.3.zip
unzip freshrss.zip
```