Skip to content

Commit 64a4889

Browse files
authored
Update README.md
1 parent d0e09fb commit 64a4889

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,20 @@ You need to have the executable `lftp` installed on your computer.
1616

1717
[LFTP Homepage](http://lftp.yar.ru/)
1818

19-
[LFTP For Windows](https://nwgat.ninja/lftp-for-windows/)
20-
21-
OSX install [brew](http://brew.sh/) then `brew install lftp`
19+
**Windows** ([Chocolatey](https://chocolatey.org/))
20+
```cmd
21+
C:\> choco install lftp
22+
```
23+
**OSX** ([Homebrew](http://brew.sh/))
24+
```bash
25+
sudo brew install lftp
26+
```
27+
**Linux**
28+
```bash
29+
sudo apt-get install lftp
30+
# or
31+
sudo yum install lftp
32+
```
2233

2334
Installation
2435
-----------

0 commit comments

Comments
 (0)