Update README.md

This commit is contained in:
Michael Rowan
2023-06-14 04:33:47 -07:00
parent 60dbe0ac1c
commit 99550ffe00

View File

@@ -22,7 +22,7 @@ GPT Engineer is made to be easy to adapt, extend, and make your agent learn how
- `export OPENAI_API_KEY=[your api key]`
**Run**:
- Create a new empty folder with a `main_prompt` file (or copy the example folder `cp example -r my-new-project`)
- Create a new empty folder with a `main_prompt` file (or copy the example folder `cp -r example/ my-new-project`)
- Fill in the `main_prompt` in your new folder
- run `python main.py my-new-project`