소스 검색

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
Ths2-9Y-LqJt6 6 년 전
부모
커밋
06c918d0d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/en/admins/07_LinuxUpdate.md

+ 1 - 1
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
 ```