From 63490ec9a79ccd114acf64f3280ea637c1cd9918 Mon Sep 17 00:00:00 2001 From: Amit Yadav Date: Fri, 15 Dec 2023 23:50:27 +0530 Subject: [PATCH] add requirement versions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e1aece7..dd9b14da 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,13 @@ ``` ignite chain serve ``` - `serve` command installs dependencies, builds, initializes, and starts your blockchain in development. +### Requirements + +- `ignite version: 0.27.1` +- `go version >= 1.20.x` + ### Configure Your blockchain in development can be configured with `config.yml`. To learn more, see the [Ignite CLI docs](https://docs.ignite.com).