Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
docs: fix grammar and remove patch number from Go version (#596)
Browse files Browse the repository at this point in the history
* docs: fix grammar

Fix a minor grammar issue

* docs: remove patch number from Go version

Go 1.21.4 has been released and we should encourage users to use the latest Go patch release in that minor version. Since this repo doesn't depend on Go 1.21.1, proposal to just state Go 1.21
  • Loading branch information
rootulp authored Nov 17, 2023
1 parent bf4b1b2 commit 1cbb5b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For a high-level overview of how Blobstream works, check [here](https://github.c

## Install

1. [Install Go](https://go.dev/doc/install) 1.21.1
1. [Install Go](https://go.dev/doc/install) 1.21
2. Clone this repo
3. Install the Blobstream CLI

Expand All @@ -29,7 +29,7 @@ If you are a Celestia-app validator, all you need to do is run the orchestrator.

If you want to post commitments on an EVM chain, you will need to deploy a new Blobstream contract and run a relayer. Check [here](https://github.com/celestiaorg/orchestrator-relayer/blob/main/docs/relayer.md) for relayer docs and [here](https://github.com/celestiaorg/orchestrator-relayer/blob/main/docs/deploy.md) for how to deploy a new Blobstream contract.

Note: the Blobstream P2P network is a separate network than the consensus or the data availability one. Thus, you will need its specific bootstrappers to be able to connect to it.
Note: the Blobstream P2P network is a separate network from the consensus or the data availability one. Thus, you will need its specific bootstrappers to be able to connect to it.

## Contributing

Expand Down

0 comments on commit 1cbb5b4

Please sign in to comment.