Merge remote-tracking branch 'origin/main' into 0.7.0

This commit is contained in:
veeso
2021-09-16 17:07:13 +02:00
2 changed files with 6 additions and 17 deletions
+5 -1
View File
@@ -67,7 +67,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.