Update README.md

missing path for install go
This commit is contained in:
616 2023-01-04 22:36:46 +03:00 committed by GitHub
parent 658a8841d7
commit 7831b94b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ cd boringproxy
If you don't already have golang installed:
```bash
./install_go.sh
./scripts/install_go.sh
source $HOME/.bashrc
```