From 8b29d5ba3fe0490dcded4904dc5c6ebd92df514f Mon Sep 17 00:00:00 2001 From: Zachary Brown Date: Mon, 21 Oct 2024 14:05:00 -0700 Subject: [PATCH] docs: various README fixes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f011d42a..b41c76d7 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 ```