Skip to content

Commit 40a3bed

Browse files
authored
Update README to use getbin
1 parent 0419c3f commit 40a3bed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ Simply include the `-redirectHTTP` flag when running the program.
3535
## Installation
3636
Simply download and uncompress the proper prebuilt binary for your system from the [releases tab](https://github.com/suyashkumar/ssl-proxy/releases/). Then, add the binary to your path or start using it locally (`./ssl-proxy`).
3737

38-
If you're using `wget`, you can fetch and uncompress the right binary for your OS using [`bin.suyash.io`](https://github.com/suyashkumar/bin) as follows:
38+
If you're using `wget`, you can fetch and uncompress the right binary for your OS using [`getbin.io`](https://github.com/suyashkumar/getbin) as follows:
3939
```sh
40-
wget -qO- "https://bin.suyash.io/suyashkumar/ssl-proxy" | tar xvz
40+
wget -qO- "https://getbin.io/suyashkumar/ssl-proxy" | tar xvz
4141
```
4242
or with `curl` (note you need to provide your os if using curl as one of `(darwin, windows, linux)` below):
4343
```sh
44-
curl -LJ "https://bin.suyash.io/suyashkumar/ssl-proxy?os=linux" | tar xvz
44+
curl -LJ "https://getbin.io/suyashkumar/ssl-proxy?os=linux" | tar xvz
4545
```
4646

47-
Shameless plug: [`suyashkumar/bin (bin.suyash.io)`](https://github.com/suyashkumar/bin) is a general tool that can fetch the latest binaries from GitHub releases for your OS. Check it out :).
47+
Shameless plug: [`suyashkumar/getbin (https://getbin.io)`](https://github.com/suyashkumar/getbin) is a general tool that can fetch the latest binaries from GitHub releases for your OS. Check it out :).
4848

4949
### Build from source
5050
#### Build from source using Docker

0 commit comments

Comments
 (0)