Skip to content

Commit 0809d6d

Browse files
committed
docs: update project structure to match current repo layout
1 parent cb2c441 commit 0809d6d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,14 @@ sysinfo-cli/
123123

124124
---
125125

126-
## ⚙️C ommand Reference
127-
128-
| Command | Description |
129-
| ----------- | -------------------------- |
130-
| `--json` | Output data in JSON format |
131-
| `--version` | Display CLI version |
132-
| `--help` | Show help message |
126+
## ⚙️ Command Reference
127+
128+
| Command | Description |
129+
|------------------------------|--------------------------------------|
130+
| `python -m sysinfo.cli` | Run the CLI and show system info |
131+
| `python -m sysinfo.cli --json` | Output data in JSON format |
132+
| `python -m sysinfo.cli --help` | Show help message |
133+
| `python -m sysinfo.cli --version` | Display CLI version |
133134

134135
---
135136

0 commit comments

Comments
 (0)