aboutsummaryrefslogtreecommitdiff
path: root/QUICKSTART.md
diff options
context:
space:
mode:
authorGravatar SwiftyOS <craigswift13@gmail.com> 2023-09-19 13:24:06 +0200
committerGravatar SwiftyOS <craigswift13@gmail.com> 2023-09-19 13:24:06 +0200
commitaa1a65c59c4a2d316aa2a35b6b054eb6563dc0f2 (patch)
tree83065c307d8a16e346f11f49f715e46b252fe966 /QUICKSTART.md
parentUpdate frontend build (#5258) (diff)
downloadAuto-GPT-aa1a65c59c4a2d316aa2a35b6b054eb6563dc0f2.tar.gz
Auto-GPT-aa1a65c59c4a2d316aa2a35b6b054eb6563dc0f2.tar.bz2
Auto-GPT-aa1a65c59c4a2d316aa2a35b6b054eb6563dc0f2.zip
Updated forge to server the frontend again
Diffstat (limited to 'QUICKSTART.md')
-rw-r--r--QUICKSTART.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/QUICKSTART.md b/QUICKSTART.md
index 5bc210cd4..e112a20c0 100644
--- a/QUICKSTART.md
+++ b/QUICKSTART.md
@@ -72,11 +72,11 @@
Your agent can started using the `./run agent start YOUR_AGENT_NAME`
-This will build the frontend, install the dependencies and then start the agent on `http://localhost:8000/`
+This start the agent on `http://localhost:8000/`
![Start the Agent](docs/content/imgs/quickstart/009_start_agent.png)
-The frontend can be accessed from `http://localhost:5000/`(follow the README.md in the frontend folder to spin up the UI), you will first need to login using either a google account or your github account.
+The frontend can be accessed from `http://localhost:8000/`, you will first need to login using either a google account or your github account.
![Login](docs/content/imgs/quickstart/010_login.png)