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 18
18
19
19
# Installation
20
20
21
+ ## Build from Source
22
+ ` cargo install sendme `
23
+
21
24
## For Linux/MacOS
22
- ```
23
- cargo install sendme
24
- ```
25
+ ` curl -fsSL https://iroh.computer/sendme.sh | sh `
25
26
26
- ## For windows (Run in Powershell)
27
+ ## For Windows (Run in Powershell)
27
28
```
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
29
30
```
30
31
31
32
# 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"
3
2
4
3
$target = " windows-x86_64"
5
4
$zipFile = " sendme.zip"
You can’t perform that action at this time.
0 commit comments