From a917e33851d477bf28729dec2b4dac41dd1041a4 Mon Sep 17 00:00:00 2001 From: Matthieu Vachon Date: Mon, 16 Dec 2024 15:24:47 -0500 Subject: [PATCH] Updated installation instructions --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index deef046..1db5366 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -## Firehose multi-chain executor +## Firehose Core - Multi-chain Executor This repository contains all the base components of [Firehose](https://firehose.streamingfast.io/) and run the software for multiple block chains (Bitcoin, Solana, ...) or be used as a library (firehose-ethereum, firehose-antelope) -## Compiling +## Installation -* `go install -v ./cmd/firecore` - -Or download the latest Release from https://github.com/streamingfast/firehose-core/releases/ +- Using Homebrew (MacOS & Linux): `brew install tap/streamingfast/firehose-core` +- Using Docker: `alias firecore='docker run --rm -it -e="SF_API_TOKEN=${SF_API_TOKEN}" ghcr.io/streamingfast/firehose-core'` +- Using pre-built binary at: https://github.com/streamingfast/firehose-core/releases?q=&expanded=true +- Compile from source: `go install ./cmd/firehose` ## Running directly