From dcf6a2df66a10efec42ba8c0fcbecca5df0270f8 Mon Sep 17 00:00:00 2001 From: Anton Osika Date: Fri, 23 Jun 2023 00:58:58 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a08ede..16448ff 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ With an api key that has GPT4 access run: - `cp -r projects/example/ projects/my-new-project` - Fill in the `main_prompt` file in your new folder - Run: `gpt-engineer projects/my-new-project` - - (Run: `gpt-engineer --help` to see all available options. For example `--steps use_feedback` lets you improve/fix code in a project) + - (Note, `gpt-engineer --help` lets you see all available options. For example `--steps use_feedback` lets you improve/fix code in a project) **Results** - Check the generated files in `projects/my-new-project/workspace`