From e571fc95be082e4d9adcc6006e150c7785ed1e5d Mon Sep 17 00:00:00 2001 From: Abreto FU Date: Fri, 28 Feb 2020 23:48:22 +0800 Subject: [PATCH] Add curl and unzip to prerequisites If git is necessary to be listed, so are curl and unzip. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 318272f0f7..fe3ebe1be1 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ It's possible to run Caddy without Naive server, but you need to remove `padding If you don't like to download binaries, you can build NaïveProxy. Prerequisites: -* Ubuntu (apt-get install): git, python2, ninja-build (>= 1.7), pkg-config, libnss3-dev, ccache (optional) +* Ubuntu (apt-get install): git, python2, ninja-build (>= 1.7), pkg-config, libnss3-dev, curl, unzip, ccache (optional) * MacOS (brew install): git, ninja, ccache (optional) * Windows ([choco install](https://chocolatey.org/)): git, python2, ninja, visualstudio2017community. See [Chromium's page](https://chromium.googlesource.com/chromium/src/+/master/docs/windows_build_instructions.md#Visual-Studio) for detail on Visual Studio setup requirements.