diff --git a/README.md b/README.md index 4cbee45..96dcd45 100644 --- a/README.md +++ b/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