Skip to content

Commit

Permalink
Install archwayd using Homebrew tap (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
emperorjm authored Jul 29, 2024
1 parent c2b279d commit c327e3f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion content/2.developers/1.getting-started/1.install.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,9 +565,21 @@ sudo mv archwayd_linux_amd64 /usr/local/bin/archwayd
::
### Use homebrew tap
This is the recommended option for **macOS** users but can also be used by **Linux** users who use **Homebrew**. To quickly install the `archwayd` binary locally using Homebrew, execute the following command:
::highlight-card
```bash
brew install archway-network/tap/archway
```
::
### Build from source
You will need to make sure you have [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [make]() installed.
When all other options fail you can still install the `archwayd` binary from source. Please make sure you have [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and `make` installed.
[Clone the repository](https://github.com/archway-network/archway), checkout the `main` branch and build:
Expand Down

0 comments on commit c327e3f

Please sign in to comment.