From 38558a1127c5daa4df5789fcac1943b0036956b5 Mon Sep 17 00:00:00 2001 From: Yash Tripathi Date: Sat, 1 Jan 2022 23:05:37 +0530 Subject: [PATCH] Fixed binary names for apf-linux-x64 (#2) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4432ed7..6ba3e78 100644 --- a/README.md +++ b/README.md @@ -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.