Skip to content

Commit

Permalink
Fixed binary names for apf-linux-x64 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
l4zy0n3 committed Jan 1, 2022
1 parent 1e79584 commit 38558a1
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 @@ -45,8 +45,8 @@ mv apf-mac /usr/local/bin/apf
# Linux
curl -L -O https://github.com/ruoshan/autoportforward/releases/download/v0.0.3/apf-linux-x64
chmod +x apf-mac
mv apf-mac /usr/local/bin/apf
chmod +x apf-linux-x64
mv apf-linux-x64 /usr/local/bin/apf
```

To manually build it, clone the repo and run the `build.sh` script.
Expand Down

0 comments on commit 38558a1

Please sign in to comment.