You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -35,16 +35,16 @@ Simply include the `-redirectHTTP` flag when running the program.
35
35
## Installation
36
36
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`).
37
37
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:
39
39
```sh
40
-
wget -qO- "https://bin.suyash.io/suyashkumar/ssl-proxy"| tar xvz
40
+
wget -qO- "https://getbin.io/suyashkumar/ssl-proxy"| tar xvz
41
41
```
42
42
or with `curl` (note you need to provide your os if using curl as one of `(darwin, windows, linux)` below):
43
43
```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
45
45
```
46
46
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 :).
0 commit comments