-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1200 from Chia-Network/readme-hodge-podge
docs: various README fixes
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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@<USERNAME> chia-data-layer@<USERNAME> chia-full-node@<USERNAME> | ||
|
@@ -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@<USERNAME> | ||
``` | ||
|
||
10. View CADT logs to validate | ||
9. View CADT logs to validate | ||
|
||
``` | ||
journalctl -u cadt@<USERNAME> -f | ||
|
@@ -132,8 +132,8 @@ To install from source: | |
``` | ||
git clone [email protected]:Chia-Network/cadt.git | ||
cd cadt | ||
nvm install 20.16 | ||
nvm use 20.16 | ||
nvm install | ||
nvm use | ||
npm run start | ||
``` | ||
|
||
|