Skip to content

Commit b99841e

Browse files
committed
document ins doctor
1 parent ca6c9fa commit b99841e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

faq.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,29 @@ we have an active and friendly [community](https://instantos.io/support) to supp
88
The [Discord channel](https://dsc.gg/instantos) is usually the quickest and most active way to get information.
99

1010

11+
## Troubleshooting system issues
12+
13+
instantOS includes a diagnostic tool to check and fix common system problems:
14+
15+
```bash
16+
# Run all health checks
17+
ins doctor
18+
19+
# List available checks
20+
ins doctor list
21+
22+
# Run a specific check
23+
ins doctor run <check-name>
24+
25+
# Fix all fixable issues
26+
ins doctor fix --all
27+
28+
# Interactively choose which fixes to apply
29+
ins doctor fix --choose
30+
```
31+
32+
Checks include: network connectivity, locale, pending updates, disk health, swap status, display configuration, and more.
33+
1134

1235
## Does it use its own repos
1336

0 commit comments

Comments
 (0)