Skip to content

Commit

Permalink
Add installl instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Oct 26, 2024
1 parent c76c00f commit 70cbda1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ Built primarily for fixing https://github.com/phusion/passenger/issues/2521 temp

## Install

Download from releases or build it and place it to `~/.local/bin/bunfix`
Download from releases or build it and place it to `~/.local/bin/proxfix`.

```bash
PROXYFIX=proxy-fix-linux-$( [ "$(uname -m)" = "aarch64" ] && echo "arm64" || echo "amd64" )
wget https://github.com/domcloud/proxy-fix/releases/download/v0.2.3/$PROXYFIX.tar.gz
tar -xf $PROXYFIX.tar.gz && mv $PROXYFIX /usr/local/bin/proxfix && rm -rf $PROXYFIX*
```

## Usage

Expand Down

0 comments on commit 70cbda1

Please sign in to comment.