Skip to content

Commit

Permalink
Merge pull request #1200 from Chia-Network/readme-hodge-podge
Browse files Browse the repository at this point in the history
docs: various README fixes
  • Loading branch information
TheLastCicada authored Oct 21, 2024
2 parents fd97043 + 8b29d5b commit 7580de9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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
Expand All @@ -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
```

Expand Down

0 comments on commit 7580de9

Please sign in to comment.