File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818
1919# Installation
2020
21+ ## Build from Source
22+ ` cargo install sendme `
23+
2124## For Linux/MacOS
22- ```
23- cargo install sendme
24- ```
25+ ` curl -fsSL https://iroh.computer/sendme.sh | sh `
2526
26- ## For windows (Run in Powershell)
27+ ## For Windows (Run in Powershell)
2728```
28- iex ((New-Object System.Net.WebClient).DownloadString(' https://raw.githubusercontent.com/n0- computer/sendme/main/install-sendme .ps1'))
29+ iwr https://iroh. computer/sendme.ps1 -useb | iex
2930```
3031
3132# Usage
Original file line number Diff line number Diff line change 1- $repo = " n0-computer/sendme"
2- $release_url = " https://api.github.com/repos/$repo /releases/latest"
1+ $release_url = " https://api.github.com/repos/n0-computer/sendme/releases/latest"
32
43$target = " windows-x86_64"
54$zipFile = " sendme.zip"
You can’t perform that action at this time.
0 commit comments