Skip to content

Commit 18fbb06

Browse files
committedApr 10, 2022
Add instructions for installing bin from GitHub releases
* Will work after a new version is released
1 parent 5d25a48 commit 18fbb06

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ A modern, simple TCP tunnel in Rust that exposes local ports to a remote server,
88
![Video demo](https://i.imgur.com/vDeGsmx.gif)
99

1010
```shell
11-
# Installation (requires Rust)
11+
# Installation from GitHub release
12+
sudo curl -LSfs https://raw.githubusercontent.com/ekzhang/bore/main/ci/install.sh | sudo sh -s -- --git ekzhang/bore
13+
14+
# Installation from crates.io (requires Rust)
1215
cargo install bore-cli
1316

1417
# On your local machine

0 commit comments

Comments
 (0)