Skip to content

Commit

Permalink
docs: fix install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebrown committed May 4, 2024
1 parent 650006c commit 1e253a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ fcgi-probe tcp4://localhost:9000/livez
## Binary Release

```bash
curl -fsSL github.com/wolf-gmbh/fcgi-probe/releases/latest/download/fcgi-probe_Linux_x86_64.tar.gz \
| tar -C /usr/local/bin/ -xzf - fcgi-probe
curl -fsSL github.com/wolf-gmbh/fcgi-probe/releases/latest/download/fcgi-probe
chmod +x fcgi-probe
```

### From Source
Expand Down

0 comments on commit 1e253a0

Please sign in to comment.