Skip to content

Commit a5ecb97

Browse files
authored
Update README.md
1 parent 76ba86f commit a5ecb97

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -190,17 +190,16 @@ Systemanalyse
190190
## πŸ“ Projektstruktur
191191

192192
```yarn
193-
github.com/bylickilabs/system-diagnose-tool/tree/mainsystem-diagnose-tool/
194-
β”œβ”€β”€.github/workflows
195-
β”‚ └── python-ci.yml
193+
system-diagnose-tool/
194+
β”œβ”€β”€ diagnose_tool.py
195+
β”œβ”€β”€ .github/
196+
β”‚ └── workflows/
197+
β”‚ └── python-ci.yml
198+
β”œβ”€β”€ logs/
196199
β”œβ”€β”€ assets/
197200
β”‚ └── system_diagnostics_neon.png
198-
β”œβ”€β”€ LICENSE
199201
β”œβ”€β”€ README.md
200-
β”œβ”€β”€ diagnose_tool.py
201-
202-
203-
202+
└── .gitignore
204203
```
205204

206205
<br>

0 commit comments

Comments
Β (0)