Skip to content

Commit

Permalink
tweak make file for running the app (AntonOsika#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
patillacode authored and 70ziko committed Oct 25, 2023
1 parent 4745216 commit d210aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ farewell:
run:
@echo -e "$(COLOR_CYAN)Running GPT Engineer on $(COLOR_GREEN)$(name)$(COLOR_CYAN) folder...$(COLOR_RESET)" && \
source venv/bin/activate && \
python -m gpt_engineer.main $(name)
gpt-engineer projects/$(name)

0 comments on commit d210aca

Please sign in to comment.