From 787ccd042a72b0105fac99f131cdcd43b948cd0f Mon Sep 17 00:00:00 2001 From: David Verzolla Date: Thu, 22 Jun 2023 07:06:54 -0300 Subject: [PATCH] Update README.md Changed git clone URL from ssh to https. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62da681eae..bcb98e9839 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ GPT Engineer is made to be easy to adapt, extend, and make your agent learn how - Simplicity, all computation is "resumable" and persisted to the filesystem ## Setup -- `git clone git@github.com:AntonOsika/gpt-engineer.git` +- `git clone https://github.com/AntonOsika/gpt-engineer.git` - `cd gpt-engineer` - `pip install -e .` - (or: `make install && source venv/bin/activate` for a venv)