We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa6adc commit 39856e5Copy full SHA for 39856e5
1 file changed
README.md
@@ -18,6 +18,12 @@ sudo edera-check --help
18
sudo edera-check preinstall
19
```
20
21
+### Run postinstall checks and generate system report
22
+
23
+```bash
24
+sudo edera-check postinstall
25
+```
26
27
### Run official release via Docker
28
29
```bash
@@ -86,6 +92,7 @@ Run
86
92
87
93
``` bash
88
94
edera-check preinstall --help
95
+edera-check postinstall --help
89
96
90
97
91
98
for a list of available configuration options and usage tweaks.
0 commit comments