From efd5443be4efd49f7716b7b7622fa39bfb51e71b Mon Sep 17 00:00:00 2001 From: Christian Visintin Date: Thu, 16 Sep 2021 09:30:19 +0200 Subject: [PATCH] choco install --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a159767..05b930c 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,11 @@ If you are a Linux, a FreeBSD or a MacOS user this simple shell script will inst curl --proto '=https' --tlsv1.2 -sSLf "https://git.io/JBhDb" | sh ``` -while if you're a Windows user, you can install termscp with [Chocolatey](https://chocolatey.org/). +while if you're a Windows user, you can install termscp with [Chocolatey](https://chocolatey.org/): + +```sh +choco install termscp +``` For more information or other platforms, please visit [veeso.github.io](https://veeso.github.io/termscp/#get-started) to view all installation methods.