Skip to content

Run Markdown linter on README #1611

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down Expand Up @@ -92,4 +95,4 @@ print(interpreter.messages)

## License

[AGPL-3.0](LICENSE)
[AGPL-3.0](LICENSE)
Loading