File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 18
18
19
19
# Installation
20
20
21
- ## For Linux/MacOS
21
+ ## Build from Source
22
22
```
23
23
cargo install sendme
24
24
```
25
25
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)
27
32
```
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
29
34
```
30
35
31
36
# 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