From a05b04f3d09a97b2fae8e737688231aade82c90c Mon Sep 17 00:00:00 2001 From: Matthieu Vachon Date: Mon, 16 Dec 2024 15:27:39 -0500 Subject: [PATCH] Fixed installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1db5366..f02c730 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Firehose Core - Multi-chain Executor +## Firehose Core 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) @@ -7,7 +7,7 @@ This repository contains all the base components of [Firehose](https://firehose. - 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` +- Compile from source: `go install ./cmd/firecore` ## Running directly