From 3472f62a8470a53c2c909ba3dbed1e23ebe253f7 Mon Sep 17 00:00:00 2001 From: David Myriel Date: Fri, 31 Oct 2025 17:00:23 +0100 Subject: [PATCH] bash --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f96c1306d..579277bbe 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ if __name__ == '__main__': As you can see, the output is generated from the document we previously stored in Cognee: -``` +```bash Cognee turns documents into AI memory. ``` @@ -161,7 +161,7 @@ As you can see, the output is generated from the document we previously stored i As an alternative, you can get started with these essential commands: -``` +```bash cognee-cli add "Cognee turns documents into AI memory." cognee-cli cognify @@ -172,7 +172,7 @@ cognee-cli delete --all ``` To open the local UI, run: -``` +```bash cognee-cli -ui ```