Update introduction.mdx

The `cd` commands assumes the user is already inside of the `01` directory (the repo's root), which is not likely to be the case as the previous command clones the repository into the current working directory.
This commit is contained in:
Henry Fontanier 2024-06-24 20:37:40 +02:00 committed by GitHub
parent c401530a5b
commit 2607b9ce8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ For windows, please refer to the [setup guide](/getting-started/setup#windows).
```bash
# Clone the repo and navigate into the software directory
git clone https://github.com/OpenInterpreter/01.git
cd software
cd 01/software
# Install dependencies and run 01
poetry install