From 7736888adb293a53707a0477da67f48f4a92d706 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 13 Feb 2025 20:22:51 +0100 Subject: [PATCH] Update readme --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index b8f02f1..9952cee 100644 --- a/Readme.md +++ b/Readme.md @@ -17,6 +17,12 @@ project. Add the following to its .nimble file: requires "ethers >= 1.1.0 & < 2.0.0" ``` +To avoid conflicts with previous versions of `contractabi`, use the following command to install dependencies: + +```bash +nimble install --maximumtaggedversions=2 +``` + Usage -----