Skip to content

Commit

Permalink
chore: adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed Apr 9, 2024
1 parent acbfec5 commit f7c9a1c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,9 @@ git submodule update --recursive
npm ci
```

Prepare the token submodule (and delete any existing build artifacts):

```bash
cd lib/colonyToken
npm ci # again, make sure you're running the correct node version (with nvm)
rm -rf build/contracts/*.json # to remove any prior builds
git reset --hard # to recover the pinned (checked in) contracts
npx truffle compile
```

You will need Docker installed and running to compile the contracts. It is however possible to disable Docker for the builds, see [here](https://docs.colony.io/colonynetwork/quick-start) for more information.

Then back in the `vendor/colonyNetwork` submodule:
Next do:

```bash
rm -rf build/contracts/*.json # to remove any prior builds
Expand Down

0 comments on commit f7c9a1c

Please sign in to comment.