Skip to content

Commit 5fabc52

Browse files
committed
Made the requested changes acording to @Arqu
1 parent 7583326 commit 5fabc52

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ TLS.
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

install-sendme.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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"

0 commit comments

Comments
 (0)