Skip to content

Commit

Permalink
Merge branch 'main' into laurent/enclave-connect
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentluce committed Feb 5, 2024
2 parents 1647b7e + 1f73821 commit f13537a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,21 +228,21 @@ sudo apt update
sudo apt install goreleaser
```

#### Node (16.14 or above) and Yarn
#### Node (20.* or above) and Yarn

On MacOS, using `NVM`:
```bash
brew install nvm
mkdir ~/.nvm
nvm install 16.14.0
nvm install 20.11.0
npm install -g yarn
```

On Ubuntu, using `NVM`:
```bash
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
source ~/.bashrc
nvm install 16.14.0
nvm install 20.11.0
npm install -g yarn
```

Expand Down Expand Up @@ -516,4 +516,4 @@ ktdev gateway
[twitter]: https://twitter.com/KurtosisTech
[starlark-explanation]: https://docs.kurtosis.com/explanations/starlark
[stackoverflow-2022-developer-survey--other-tools]: https://survey.stackoverflow.co/2022/#most-popular-technologies-tools-tech-prof
[delve-docs]: https://github.com/go-delve/delve/blob/master/Documentation/cli/README.md
[delve-docs]: https://github.com/go-delve/delve/blob/master/Documentation/cli/README.md
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ BUILD_SCRIPT_RELATIVE_FILEPATHS=(
"metrics-library/scripts/build.sh"
"enclave-manager/scripts/build.sh"
"engine/scripts/build.sh"
"core/scripts/build.sh"
)

# projects with debug mode enabled
Expand Down

0 comments on commit f13537a

Please sign in to comment.