Fixes instructions to build executable in the README.md

This commit is contained in:
coder0987 2023-11-21 20:00:59 -06:00 committed by GitHub
parent 6be45e405d
commit 5bf5d50c11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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