Update README.md (#323)

Changed git clone URL from ssh to https.

Co-authored-by: Anton Osika <anton.osika@gmail.com>
This commit is contained in:
David Verzolla
2023-06-25 16:00:07 -03:00
committed by GitHub
parent c2ea2f08b2
commit 0596b07a39

View File

@@ -30,7 +30,7 @@ For **stable** release:
- `pip install gpt-engineer`
For **development**:
- `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)