Skip to content

Commit

Permalink
readme cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
justinengland committed Mar 16, 2021
1 parent ac8ee37 commit 54d9946
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ If added the optional plots earlier
chia plots add -d /plots
```

you can start chia as normal or

you can start chia as usual
```
chia start farmer
optional single purpose node
Expand All @@ -81,16 +80,15 @@ drop from shell, leave running Container
```
exit
```

status from outside the container

```
docker exec -it chia venv/bin/chia show -s -c
```

#### or run the same commands externally with venv
```
docker exec -it chia venv/bin/chia keys generate OR docker exec -it chia venv/bin/chia keys add
docker exec -it chia venv/bin/chia plots add -d /plots
docker exec -it chia venv/bin/chia start farmer
```

#### status from outside the container

```
docker exec -it chia venv/bin/chia show -s -c
```

0 comments on commit 54d9946

Please sign in to comment.