Skip to content

Commit

Permalink
doc: update README.md
Browse files Browse the repository at this point in the history
Add steps to install nvm command and set up the node version
to develop with the repository.

Signed-off-by: Alejandro Visiedo <[email protected]>
  • Loading branch information
avisiedo committed May 27, 2024
1 parent 11e6c49 commit d135576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ make dev-static port=9999

The below will be necessary to deploy on the dev cluster.

- Install nvm by: `curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash`.
- Config node 18 by: `nvm install 18; nvm use 18`.
- Run `cp -vf config/bonfire.example.yaml config/bonfire.yaml`.
- Update the `config/bonfire.yaml` file by following the TODO
placeholders.
Expand Down

0 comments on commit d135576

Please sign in to comment.