This commit is contained in:
coder0987 2023-11-21 20:02:13 -06:00 committed by GitHub
commit c7e3d9fd15
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: If you don't already have golang installed:
```bash ```bash
./install_go.sh sudo ./scripts/install_go.sh
source $HOME/.bashrc source $HOME/.bashrc
``` ```
Make the logo image file. It gets baked into the executable so it needs to 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 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. 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 ```bash
./scripts/generate_logo.sh ./scripts/generate_logo.sh