Revise CLI commands section in README

Reorganize CLI usage section in README for clarity.
This commit is contained in:
Vasilije 2025-09-24 20:25:47 +02:00 committed by GitHub
parent 6a75a1646c
commit 9705b09ec9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -130,23 +130,6 @@ To use different LLM providers, for more info check out our <a href="https://doc
#### Simple example
##### Via CLI
These commands will show you the basics of cognee CLI
```
cognee-cli add "Cognee turns documents into AI memory."
cognee-cli cognify
cognee-cli search "What does cognee do?"
cognee-cli delete --all
```
or run
```
cognee-cli -ui
```
##### Python
@ -184,7 +167,23 @@ Example output:
Cognee turns documents into AI memory.
```
##### Via CLI
Let's get the basics covered
```
cognee-cli add "Cognee turns documents into AI memory."
cognee-cli cognify
cognee-cli search "What does cognee do?"
cognee-cli delete --all
```
or run
```
cognee-cli -ui
```
</div>