mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-21 06:36:19 +00:00
build: use go install instead of go get. (#8299)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user