From 5bf5d50c11f664c6e1f2af8b9698e7e96596451d Mon Sep 17 00:00:00 2001 From: coder0987 Date: Tue, 21 Nov 2023 20:00:59 -0600 Subject: [PATCH] Fixes instructions to build executable in the README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index efd219f..697de47 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,16 @@ cd boringproxy If you don't already have golang installed: ```bash -./install_go.sh +sudo ./scripts/install_go.sh source $HOME/.bashrc ``` Make the logo image file. It gets baked into the executable so it needs to be available at build time. Note that you don't have to use the official logo for the build. Any PNG will do. It's currently just used for the favicon. +Note that you have to have inkscape installed to generate the logo: + +[https://wiki.inkscape.org/wiki/index.php/Installing_Inkscape](https://wiki.inkscape.org/wiki/index.php/Installing_Inkscape) ```bash ./scripts/generate_logo.sh