Skip to content

Commit e7178c8

Browse files
authored
chore: update README
1 parent 98a3206 commit e7178c8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ Key features:
2020

2121
This is a standard Node.js/Express server.
2222

23-
- Deploy on [your own server](https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Server-side/Express_Nodejs/deployment)
23+
- Deploy this project on [your own server](https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Server-side/Express_Nodejs/deployment)
2424
```sh
25+
git clone https://github.com/web-tunnel/lite-http-tunnel.git
26+
cd lite-http-tunnel
2527
npm install
2628
npm start
2729
```
@@ -62,9 +64,6 @@ Start the tunnel:
6264
# Basic
6365
lite-http-tunnel start <local_port>
6466

65-
# With a specific profile
66-
lite-http-tunnel start <local_port> -p profile1
67-
6867
# Override Host header (origin) for the local target
6968
lite-http-tunnel start <local_port> -o localhost:5000
7069

0 commit comments

Comments
 (0)