diff --git a/README.md b/README.md index fec2994..bb86402 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,7 @@ ~ Basically, WinSCP on a terminal ~ Developed by Christian Visintin -Current version: 0.1.0 (??/??/2020) - -⚠ This project is **still under development**; installation instructions won't work until release ⚠ +Current version: 0.1.0 (06/12/2020) --- @@ -98,6 +96,22 @@ rpm -U termscp_*.rpm ### 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 🍻 ---