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:
parent
c401530a5b
commit
2607b9ce8b
|
@ -34,7 +34,7 @@ For windows, please refer to the [setup guide](/getting-started/setup#windows).
|
||||||
```bash
|
```bash
|
||||||
# Clone the repo and navigate into the software directory
|
# Clone the repo and navigate into the software directory
|
||||||
git clone https://github.com/OpenInterpreter/01.git
|
git clone https://github.com/OpenInterpreter/01.git
|
||||||
cd software
|
cd 01/software
|
||||||
|
|
||||||
# Install dependencies and run 01
|
# Install dependencies and run 01
|
||||||
poetry install
|
poetry install
|
||||||
|
|
Loading…
Reference in New Issue