mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-05 03:24:26 -08:00
specify ignite == 0.23.0
versions newer than 0.23.0 make breaking changes. migrate later.
This commit is contained in:
12
README.md
12
README.md
@@ -25,7 +25,7 @@ This repository contains the base chain implementation that Colinear's compute m
|
|||||||
|
|
||||||
### Build Requirements
|
### Build Requirements
|
||||||
|
|
||||||
- `ignite` - [CLI Installation Guide](https://docs.ignite.com/guide/install)
|
- `ignite == 0.23.0` (see the [setup section](#setup))
|
||||||
- `go >= 1.18`
|
- `go >= 1.18`
|
||||||
|
|
||||||
### Integration Test Requirements
|
### Integration Test Requirements
|
||||||
@@ -36,6 +36,16 @@ This repository contains the base chain implementation that Colinear's compute m
|
|||||||
|
|
||||||
### Setup
|
### Setup
|
||||||
|
|
||||||
|
To get ignite 0.23.0:
|
||||||
|
|
||||||
|
```
|
||||||
|
curl https://get.ignite.com/cli@v0.23.0?type=script! | bash
|
||||||
|
```
|
||||||
|
|
||||||
|
...or download it from the [GitHub release page](https://github.com/ignite/cli/releases/tag/v0.23.0).
|
||||||
|
|
||||||
|
Then, move it anywhere on `$PATH`.
|
||||||
|
|
||||||
To build the chain:
|
To build the chain:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user