Update readme

This commit is contained in:
Arnaud 2025-02-13 20:22:51 +01:00
parent e38bb50d8a
commit 7736888adb
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -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
-----