Skip to content

Commit 6d189e6

Browse files
authored
Update README.md with debug instructions (#800)
I got a new computer and had some issues setting up the repo. these instructions show what I had to do to get it working while debugging the installation
1 parent 42402b9 commit 6d189e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ The latest contract deployments on Production will always be under the `deployed
2020

2121
This repository assumes you have [Node](https://nodejs.org/en/download/package-manager) installed, with a minimum version of 16.18.0. Depending on what you want to do with the repo you might also need [foundry](https://book.getfoundry.sh/getting-started/installation) and [anchor](https://www.anchor-lang.com/docs/installation) to also be installed. If you have build issues please insure these are both installed first.
2222

23+
Note if you get build issues on the initial `yarn` command try downgrading to node 20.17 (`nvm use 20.17`). If you've never used anchor before you might need to run `avm use latest` as well.
24+
2325
## Build
2426

2527
```shell

0 commit comments

Comments
 (0)