Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/install/install_everestctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@
You can download the latest version of `everestctl` visiting the latest release page in [this repository](https://github.com/openeverest/openeverest/releases/latest){:target="_blank"}.


=== "Homebrew (macOS and Linux)"

The simplest way to install `everestctl` on macOS or Linux is via Homebrew. This works on both Apple Silicon and Intel CPUs.
{.power-number}

1. Add the OpenEverest tap:

```sh
brew tap openeverest/tap
```

2. Install `everestctl`:

```sh
brew install everestctl
```

=== "Linux and WSL"

To install `everestctl` on Linux or WSL, run the following commands:
Expand Down