update linux installation command from termscp.veeso.dev/get-started.html (#223)

This commit is contained in:
PIRADATA
2023-12-15 14:53:45 -03:00
committed by GitHub
parent 2b2ebadd6a
commit 2a51ab984c

View File

@@ -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: 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 ```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 > ❗ MacOs installation requires [Homebrew](https://brew.sh/), otherwise the Rust compiler will be installed