Update README.md

This commit is contained in:
djmil 2024-06-23 22:37:44 +02:00
parent cd064e9e2d
commit aa3cab5f08

View File

@ -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. Create `corda` user that has access to docker and owns the /sources directory.
> [!INFO] >[!Important]
> Password: `corda` > Password: `corda`
```bash ```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 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 >[!NOTE]
NODE_MAJOR=16 > `NODE_MAJOR` can be changed depending on the version you need
NODE_MAJOR=18 > - NODE_MAJOR=16
NODE_MAJOR=20 > - NODE_MAJOR=18
NODE_MAJOR=21 > - NODE_MAJOR=20
> - NODE_MAJOR=21
### Run Update and Install ### Run Update and Install