From 2a51ab984c309f2196de263a21442c230530743f Mon Sep 17 00:00:00 2001 From: PIRADATA <16529503+piradata@users.noreply.github.com> Date: Fri, 15 Dec 2023 14:53:45 -0300 Subject: [PATCH] update linux installation command from termscp.veeso.dev/get-started.html (#223) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65f377b..01c1544 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ If you want to contribute to this project, don't forget to check out our [contri If you are a Linux, a FreeBSD or a MacOS user this simple shell script will install termscp on your system with a single command: ```sh -curl -sSLf http://get-termscp.veeso.dev | sh +curl --proto '=https' --tlsv1.2 -sSLf "https://git.io/JBhDb" | sh ``` > ❗ MacOs installation requires [Homebrew](https://brew.sh/), otherwise the Rust compiler will be installed