Skip to content

Commit

Permalink
Changed README
Browse files Browse the repository at this point in the history
  • Loading branch information
RainingComputers committed Jul 29, 2018
1 parent b09e39a commit e0f5eee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ whipFTP is a FTP/SFTP client written in python using the tkinter GUI toolkit. Ca
# Getting whipFTP

#### Ubuntu/Debian:
+ Download the [.deb](https://github.com/RainingComputers/whipFTP/releases/download/v4.1/whipftp_4.1.deb) file and install it.
+ Go to the [releases](https://github.com/RainingComputers/whipFTP/releases) and download the .deb file and install it.

#### Windows:
+ Install Python (minimum required version: python3.6.3), download the [.zip](https://github.com/RainingComputers/whipFTP/releases/download/v4.1/whipftp_4.1_windows.zip) file and extract it. Run `install_dependencies.py` script to install dependencies. Now you can run `whipFTP.pyw` to launch the application.
+ Install Python (minimum required version: python3.6.3), go to the [releases](https://github.com/RainingComputers/whipFTP/releases) and download the .zip file and extract it. Run `install_dependencies.py` script to install dependencies. Now you can run `whipFTP.pyw` to launch the application.

#### FreeBSD and other Linux distributions:
+ Install Python (minimum required version: python3.6.3), download the [.zip](https://github.com/RainingComputers/whipFTP/releases/download/v4.1/whipftp_4.1.zip) file and extract it. Run `install_dependencies.py` script to install dependencies. Now you can run `whipFTP.py` to launch the application.
+ Install Python (minimum required version: python3.6.3), go to the [releases](https://github.com/RainingComputers/whipFTP/releases) and download the .zip file and extract it. Run `install_dependencies.py` script to install dependencies. Now you can run `whipFTP.py` to launch the application.

0 comments on commit e0f5eee

Please sign in to comment.