Skip to content

Commit c86a5b4

Browse files
committed
install script and install instructions
1 parent 8d79b09 commit c86a5b4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ https://github.com/user-attachments/assets/7b6bbee0-3428-4c9f-80a6-2804ddac6e01
88

99
## Installation
1010

11+
### NPM
12+
1113
```bash
14+
# Rerun to update
1215
npm install -g http-server-rs
1316
```
1417

15-
Or using a binary install script
18+
### Binary Install Script
1619

1720
```bash
21+
# Rerun to update
1822
eval $(curl -sSf https://raw.githubusercontent.com/alshdavid/http-server-rs/refs/heads/main/install.sh | sh)
1923
```
2024

0 commit comments

Comments
 (0)