We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e09fb commit 64a4889Copy full SHA for 64a4889
README.md
@@ -16,9 +16,20 @@ You need to have the executable `lftp` installed on your computer.
16
17
[LFTP Homepage](http://lftp.yar.ru/)
18
19
-[LFTP For Windows](https://nwgat.ninja/lftp-for-windows/)
20
-
21
-OSX install [brew](http://brew.sh/) then `brew install lftp`
+**Windows** ([Chocolatey](https://chocolatey.org/))
+```cmd
+C:\> choco install lftp
22
+```
23
+**OSX** ([Homebrew](http://brew.sh/))
24
+```bash
25
+sudo brew install lftp
26
27
+**Linux**
28
29
+sudo apt-get install lftp
30
+# or
31
+sudo yum install lftp
32
33
34
Installation
35
-----------
0 commit comments