Fix goreleaser version to 1.6.3 (#266)

As status command relies on log,
we should always use console as output

Co-authored-by: mlsmaycon <mlsmaycon@gmail.com>
This commit is contained in:
Mikhail Bragin
2022-03-14 13:16:16 +01:00
committed by GitHub
parent e3b809a1d4
commit 1660a915e2
6 changed files with 14 additions and 12 deletions

View File

@@ -135,12 +135,12 @@ Hosted version:
3. Decompress
```shell
tar xcf ./wiretrustee_<VERSION>_darwin_amd64.tar.gz
sudo mv wiretrusee /usr/local/bin/wiretrustee
chmod +x /usr/local/bin/wiretrustee
sudo mv wiretrusee /usr/bin/wiretrustee
chmod +x /usr/bin/wiretrustee
```
After that you may need to add /usr/local/bin in your PATH environment variable:
After that you may need to add /usr/bin in your PATH environment variable:
````shell
export PATH=$PATH:/usr/local/bin
export PATH=$PATH:/usr/bin
````
4. Install and run the service
```shell