From 031eaff57066cf19f8bf12e46ee62d0697c6c076 Mon Sep 17 00:00:00 2001 From: idk Date: Wed, 5 Aug 2020 22:35:08 -0400 Subject: [PATCH] update download paths --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f5ad57f..1bbd38a 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ wget -O i2pfirefox-darwin https://github.com/eyedeekay/i2pfirefox/releases/downl wget -O i2pfirefox-darwin https://github.com/eyedeekay/i2pfirefox/releases/download/0.73.093/i2pfirefox-darwin ``` +You may need to mark the downloaded file as executable, like this: + +```Bash +chmod +x i2pfirefox* +``` + Go developers with at least go 1.14 installed can build it from source with: ```Go