From 861c415d114d4bd5fda6adb97743be2f2a1409fd Mon Sep 17 00:00:00 2001 From: Anton Osika Date: Fri, 23 Jun 2023 00:58:21 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81090fc..6a08ede 100644 --- a/README.md +++ b/README.md @@ -45,6 +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) **Results** - Check the generated files in `projects/my-new-project/workspace`