From f0cd10389183d0f411854fcf1b2756896e77e636 Mon Sep 17 00:00:00 2001 From: endolith Date: Sat, 29 Mar 2025 11:59:32 -0400 Subject: [PATCH] Run Markdown linter on README https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md031.md https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md014.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 92277d82a4..17114f318e 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ curl https://raw.githubusercontent.com/OpenInterpreter/open-interpreter/refs/hea ## Usage Start a conversation: + ```bash $ interpreter > help me set up a new fastapi project @@ -23,13 +24,15 @@ Adding routes/users.py... ``` Instant chats with `i [prompt]`: + ```bash -$ i want a venv here -$ i want to undo the last commit -$ i need deno +i want a venv here +i want to undo the last commit +i need deno ``` Fix errors with `wtf`: + ```bash $ python test.py ImportError: No module named 'requests' @@ -92,4 +95,4 @@ print(interpreter.messages) ## License -[AGPL-3.0](LICENSE) \ No newline at end of file +[AGPL-3.0](LICENSE)