mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
Fixes instructions to build executable in the README.md
This commit is contained in:
parent
6be45e405d
commit
5bf5d50c11
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user