Skip to content

Commit

Permalink
docs(tutorials/install): add From Go package (backport cometbft#2414)…
Browse files Browse the repository at this point in the history
… (cometbft#2437)

This is an automatic backport of pull request cometbft#2414 done by
[Mergify](https://mergify.com).


---


<details>
<summary>Mergify commands and options</summary>

<br />

More conditions and actions can be found in the
[documentation](https://docs.mergify.com/).

You can also trigger Mergify actions by commenting on this pull request:

- `@Mergifyio refresh` will re-evaluate the rules
- `@Mergifyio rebase` will rebase this PR on its base branch
- `@Mergifyio update` will merge the base branch into this PR
- `@Mergifyio backport <destination>` will backport this PR on
`<destination>` branch

Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you
can:

- look at your merge queues
- generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com
</details>

Co-authored-by: DragonKid <[email protected]>
  • Loading branch information
mergify[bot] and dragonkid committed Feb 26, 2024
1 parent 47583fb commit 27c8055
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/guides/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ order: 3

# Install CometBFT

## From Go Package

Install the latest version of CometBFT's Go package:

```sh
go install github.com/cometbft/cometbft/cmd/cometbft@latest
```

Install a specific version of CometBFT's Go package:

```sh
go install github.com/cometbft/cometbft/cmd/[email protected]
```

## From Binary

To download pre-built binaries, see the [releases page](https://github.com/cometbft/cometbft/releases).
Expand Down

0 comments on commit 27c8055

Please sign in to comment.