From 41a291161a60620f535b9f274cfb7bacd3f6bda0 Mon Sep 17 00:00:00 2001 From: Aaron Job Date: Sun, 10 Sep 2023 04:39:29 +0000 Subject: [PATCH] fixed ttyd link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa625f92..32d05287 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ All generated code will be stored in the folder `workspace` inside the folder na 6. `python db_init.py` (initialize the database) 7. `python main.py` (start GPT Pilot) -This will start two containers, one being a new image built by the `Dockerfile` and a postgres database. The new image also has (ttyd)[https://github.com/tsl0922/ttyd] installed so you can easily interact with gpt-pilot. +This will start two containers, one being a new image built by the `Dockerfile` and a postgres database. The new image also has [ttyd](https://github.com/tsl0922/ttyd) installed so you can easily interact with gpt-pilot. # 🧑‍💻️ Other arguments - continue working on an existing app