Skip to content

Commit 8c259de

Browse files
authored
Update README.md
1 parent ccdd053 commit 8c259de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,16 @@ TLS.
1818

1919
# Installation
2020

21+
## For Linux/MacOS
2122
```
2223
cargo install sendme
2324
```
2425

26+
## For windows (Run in Powershell)
27+
```
28+
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/n0-computer/sendme/main/install-sendme.ps1'))
29+
```
30+
2531
# Usage
2632

2733
## Send side

0 commit comments

Comments
 (0)