Update README.md
This commit is contained in:
parent
cd064e9e2d
commit
aa3cab5f08
13
README.md
13
README.md
@ -215,7 +215,7 @@ f8cf3e498010 gitea/gitea:latest "/usr/bin/entrypoint…" 6 we
|
||||
|
||||
Create `corda` user that has access to docker and owns the /sources directory.
|
||||
|
||||
> [!INFO]
|
||||
>[!Important]
|
||||
> Password: `corda`
|
||||
|
||||
```bash
|
||||
@ -323,11 +323,12 @@ NODE_MAJOR=20
|
||||
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
|
||||
```
|
||||
|
||||
>[!OPTIONAL] `NODE_MAJOR` can be changed depending on the version you need
|
||||
NODE_MAJOR=16
|
||||
NODE_MAJOR=18
|
||||
NODE_MAJOR=20
|
||||
NODE_MAJOR=21
|
||||
>[!NOTE]
|
||||
> `NODE_MAJOR` can be changed depending on the version you need
|
||||
> - NODE_MAJOR=16
|
||||
> - NODE_MAJOR=18
|
||||
> - NODE_MAJOR=20
|
||||
> - NODE_MAJOR=21
|
||||
|
||||
### Run Update and Install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user