Add PowerShell script for Windows installation#73
Add PowerShell script for Windows installation#73Anshulgada wants to merge 7 commits inton0-computer:mainfrom
Conversation
|
Thanks for the PR! |
|
Hey! I've made the changes to both the script and the README. |
README.md
Outdated
| cargo install sendme | ||
| ``` | ||
|
|
||
| ## For Linux/MacOS |
There was a problem hiding this comment.
Can we update this to be ## For Linux/MacOS/Windows (bash)
There was a problem hiding this comment.
The README has been updated, but the issue for the powershell cmd persists as noted in [#320](n0-computer/iroh.computer#320). Any recommendations on how to resolve this?
| @@ -0,0 +1,34 @@ | |||
| $release_url = "https://api.github.com/repos/n0-computer/sendme/releases/latest" | |||
There was a problem hiding this comment.
And can we drop this as the script now lives in the iroh.computer repo.
There was a problem hiding this comment.
I would change the release_url to
$release_url = "https://api.github.com/repos/n0-computer/iroh.computer/releases/latest" but iroh.computer repo doesnt have any releases and this script lies in that repo where it re-directs to the sendme repo.
Could you clarify what changes you're expecting me to make in this context?
This PR adds a PowerShell script (install-sendme.ps1) to allow Windows users to easily download and install the sendme tool, as well as add it to their PATH automatically.
Changes:
Notes:
Testing:
Tested the script on a Windows machine with the following outcomes:
New Installation Command (Once merged):