Skip to content

Commit

Permalink
docs: add remappings info to installation
Browse files Browse the repository at this point in the history
  • Loading branch information
gnkz committed Nov 21, 2023
1 parent 95ce186 commit bc21d56
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ $ forge install nomoixyz/[email protected]
```

Release tags can be found [here](https://github.com/nomoixyz/vulcan/releases)

In order to minimize compatibility issues, `vulcan` uses a specific version of `forge-std`. To
prevent these issues in your project you can add this to your remappings:

```
forge-std/=lib/vulcan/lib/forge-std/src/
vulcan/=lib/vulcan/src/
```

0 comments on commit bc21d56

Please sign in to comment.