From e97bec7e9f64e6f39d3478cf6cdc08b2646752c9 Mon Sep 17 00:00:00 2001 From: klzgrad Date: Wed, 16 Jan 2019 11:24:12 -0500 Subject: [PATCH] Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8d72ec5e6f..5e65799eb8 100644 --- a/README.md +++ b/README.md @@ -53,20 +53,14 @@ Prerequisites: * 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. -Build it: +Build it (output to `./out/Release/naive`): ``` git clone https://github.com/klzgrad/naiveproxy.git cd naiveproxy/src ./get-clang.sh ./build.sh ``` -The build scripts download tools from Google servers with curl. If there is trouble try to set a proxy environment variable for curl, e.g. `export ALL_PROXY=socks5h://127.0.0.1:1080`. - -Verify: -``` -./out/Release/naive --log & -curl -v --proxy socks5h://127.0.0.1:1080 google.com -``` +The scripts download tools from Google servers with curl. If there is trouble try to set a proxy environment variable for curl, e.g. `export ALL_PROXY=socks5h://127.0.0.1:1080`. ## FAQ