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.
pull/285/head
Henry Fontanier 7 months ago committed by GitHub
parent c401530a5b
commit 2607b9ce8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save