File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1818
1919# Installation
2020
21- ## For Linux/MacOS
21+ ## Build from Source
2222```
2323cargo install sendme
2424```
2525
26- ## For windows (Run in Powershell)
26+ ## For Linux/MacOS
27+ ```
28+ curl -fsSL https://iroh.computer/sendme.sh | sh
29+ ```
30+
31+ ## For Windows (Run in Powershell)
2732```
28- iex ((New-Object System.Net.WebClient).DownloadString(' https://raw.githubusercontent.com/n0- computer/sendme/main/install-sendme .ps1'))
33+ iwr https://iroh. computer/sendme.ps1 -useb | iex
2934```
3035
3136# 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