From 5dfbc0d96ff916ce722fa14b1d9d79ea06b5507c Mon Sep 17 00:00:00 2001 From: turtlebasket Date: Thu, 15 Sep 2022 17:54:39 +0000 Subject: [PATCH] specify ignite == 0.23.0 versions newer than 0.23.0 make breaking changes. migrate later. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47aa641..d759e15 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This repository contains the base chain implementation that Colinear's compute m ### Build Requirements -- `ignite` - [CLI Installation Guide](https://docs.ignite.com/guide/install) +- `ignite == 0.23.0` (see the [setup section](#setup)) - `go >= 1.18` ### Integration Test Requirements @@ -36,6 +36,16 @@ This repository contains the base chain implementation that Colinear's compute m ### 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: ```