build: use go install instead of go get. (#8299)

This commit is contained in:
John Adler
2022-04-09 20:15:07 -07:00
committed by GitHub
parent c53b71821c
commit f504089273
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ There are two ways to generate certificates, [openssl](https://www.openssl.org/)
- Install `Certstrap`:
```sh
go get github.com/square/certstrap@v1.2.0
go install github.com/square/certstrap@v1.2.0
```
- Create certificate authority for self signing.
+1 -1
View File
@@ -164,7 +164,7 @@ page](https://app.logz.io/#/dashboard/data-sources/Filebeat), then:
yum install systemd-devel || echo "This will only work on RHEL-based systems."
apt-get install libsystemd-dev || echo "This will only work on Debian-based systems."
go get github.com/mheese/journalbeat
go install github.com/mheese/journalbeat@latest
ansible-playbook -i inventory/digital_ocean.py -l sentrynet logzio.yml -e LOGZIO_TOKEN=ABCDEFGHIJKLMNOPQRSTUVWXYZ012345
```