From e0f5eee2fc9d71f61e2bbd96081bbc056ef2c616 Mon Sep 17 00:00:00 2001 From: RainingComputers Date: Sun, 29 Jul 2018 10:01:11 +0530 Subject: [PATCH] Changed README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a4f0ec..2cdb8ea 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file ++ 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. \ No newline at end of file