diff --git a/README.md b/README.md index ac23de05..ea315ac6 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ sudo apt-get update sudo apt-get install chia-blockchain-cli cadt ``` -6. Start Chia Wallet and Datalayer with [systemd](https://docs.chia.net/installation/#systemd) +6. Start Chia Wallet, Full Node, and Datalayer with [systemd](https://docs.chia.net/installation/#systemd) ``` sudo systemctl start chia-wallet@ chia-data-layer@ chia-full-node@ @@ -110,7 +110,7 @@ If using the built-in HTTP server for datalayer, start it at boot with sudo systemctl enable chia-data-layer-http@ ``` -10. View CADT logs to validate +9. View CADT logs to validate ``` journalctl -u cadt@ -f @@ -132,8 +132,8 @@ To install from source: ``` git clone git@github.com:Chia-Network/cadt.git cd cadt -nvm install 20.16 -nvm use 20.16 +nvm install +nvm use npm run start ```