From a2c2bb7eed5a17967b58374040ecc2c533ed8bf2 Mon Sep 17 00:00:00 2001 From: welkin22 Date: Thu, 9 May 2024 10:08:23 +0800 Subject: [PATCH] readme tips --- bedrock-devnet/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bedrock-devnet/README.md b/bedrock-devnet/README.md index acc01a6f7a..63322c4dfa 100644 --- a/bedrock-devnet/README.md +++ b/bedrock-devnet/README.md @@ -12,6 +12,9 @@ Tips: Install Foundry by following [the instructions located here](https://getfoundry.sh/). +Please make sure your Foundry version matches the one described in versions.json. +If they do not match, please use a command such as `foundryup -C xxxxxx` to modify it. + # usage First, execute `pnpm install` and `pnpm build` commands in the root directory.