Skip to content

Commit c196432

Browse files
committed
Update: Addressed PR review changes
1 parent 7583326 commit c196432

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,19 @@ TLS.
1818

1919
# Installation
2020

21-
## For Linux/MacOS
21+
## Build from Source
2222
```
2323
cargo 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

install-sendme.ps1

+1-2
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)