Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PowerShell script for Windows installation #73

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Anshulgada
Copy link

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:

  • Added install-sendme.ps1 to the root directory for Windows installation.
  • Users can now install sendme by running a simple PowerShell command.
  • Edited the README to differentiate between download method for Linux/MacOS & WIndows

Notes:

  • This update is specifically for Windows users.
  • The script adds the sendme folder to the system PATH, which will allow running sendme from any terminal without specifying its full path.

Testing:
Tested the script on a Windows machine with the following outcomes:

  • Successfully downloaded and extracted the sendme executable.
  • Verified that the folder was added to the system PATH.
  • Confirmed that running the sendme command from anywhere worked as expected.

New Installation Command (Once merged):

iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/n0-computer/sendme/main/install-sendme.ps1'))

@Arqu
Copy link
Collaborator

Arqu commented Mar 7, 2025

Thanks for the PR!
Moved the script here n0-computer/iroh.computer#309

@Anshulgada
Copy link
Author

Hey! I've made the changes to both the script and the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 👀 In review
Development

Successfully merging this pull request may close these issues.

2 participants