From 4973545fe16d1465d1aaa0f299db831ef6799b5e Mon Sep 17 00:00:00 2001 From: veeso Date: Sun, 23 May 2021 14:47:55 +0200 Subject: [PATCH] Docs --- Cargo.toml | 2 +- README.md | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index efe5e2e..3c6ee2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ categories = ["command-line-utilities"] description = "termscp is a feature rich terminal file transfer and explorer with support for SCP/SFTP/FTP" documentation = "https://docs.rs/termscp" edition = "2018" -homepage = "https://github.com/veeso/termscp" +homepage = "https://veeso.github.io/termscp/" include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] keywords = ["scp-client", "sftp-client", "ftp-client", "winscp", "command-line-utility"] license = "MIT" diff --git a/README.md b/README.md index da67408..6485213 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,15 @@ Termscp is a feature rich terminal file transfer and explorer, with support for If you're considering to install termscp I want to thank you 💜 ! I hope you will enjoy termscp! If you want to contribute to this project, don't forget to check out our contribute guide. [Read More](CONTRIBUTING.md) -Visit [termscp website](https://veeso.github.io/termscp/#get-started) to get started with termscp. +If you are a Linux or a MacOS user this simple shell script will install termscp on your system with a single command: + +```sh +sh -c "$(curl -fsSL https://raw.githubusercontent.com/veeso/termscp/main/install.sh)" +``` + +while if you're a Windows user, you can install termscp with [Chocolatey](https://chocolatey.org/). + +For more information or other platforms, please visit [veeso.github.io](https://veeso.github.io/termscp/#get-started) to view all installation methods. ---