mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
choco
This commit is contained in:
20
README.md
20
README.md
@@ -6,9 +6,7 @@
|
|||||||
|
|
||||||
~ Basically, WinSCP on a terminal ~
|
~ Basically, WinSCP on a terminal ~
|
||||||
Developed by Christian Visintin
|
Developed by Christian Visintin
|
||||||
Current version: 0.1.0 (??/??/2020)
|
Current version: 0.1.0 (06/12/2020)
|
||||||
|
|
||||||
⚠ This project is **still under development**; installation instructions won't work until release ⚠
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -98,6 +96,22 @@ rpm -U termscp_*.rpm
|
|||||||
|
|
||||||
### Chocolatey 🍫
|
### Chocolatey 🍫
|
||||||
|
|
||||||
|
You can install TermSCP on Windows using [chocolatey](https://chocolatey.org/)
|
||||||
|
|
||||||
|
Start PowerShell as administrator and run
|
||||||
|
|
||||||
|
```ps
|
||||||
|
choco install termscp
|
||||||
|
```
|
||||||
|
|
||||||
|
Alternatively you can download the ZIP file from [HERE](https://github.com/ChristianVisintin/TermSCP/releases/download/v0.1.0/termscp.0.1.0.nupkg)
|
||||||
|
|
||||||
|
and then with PowerShell started with administrator previleges, run:
|
||||||
|
|
||||||
|
```ps
|
||||||
|
choco install termscp -s .
|
||||||
|
```
|
||||||
|
|
||||||
### Brew 🍻
|
### Brew 🍻
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user