Skip to content

Commit b008044

Browse files
committed
fixup wording
1 parent 39856e5 commit b008044

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# edera-check CLI
22

3-
CLI tool to run checks and generate system reports before installing or using Edera.
3+
A CLI tool to validate your system is ready to install or use Edera, and generate local readiness reports.
44

55
---
66

@@ -18,12 +18,16 @@ sudo edera-check --help
1818
sudo edera-check preinstall
1919
```
2020

21+
Run this on fresh system without Edera to validate it is ready for an Edera install.
22+
2123
### Run postinstall checks and generate system report
2224

2325
```bash
2426
sudo edera-check postinstall
2527
```
2628

29+
Run this on a system that has been booted into an Edera installation to validate it is functional and ready to use.
30+
2731
### Run official release via Docker
2832

2933
```bash
@@ -34,7 +38,7 @@ docker run \
3438
us-central1-docker.pkg.dev/edera-protect/staging/edera-check:main preinstall
3539
```
3640

37-
Podman et al should also work.
41+
`podman` et al should also work.
3842

3943
### Run locally from repo root via Docker
4044

0 commit comments

Comments
 (0)