-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added windows statup script #734
Conversation
@TylerRLowe is attempting to deploy a commit to the reworkd Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
README.md
Outdated
|
||
- You will need node intalled, you can check by running 'node -v' or install [node](https://nodejs.org/en/download) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets put this at the top since you'll need this for both Mac/Linux and Windows
README.md
Outdated
@@ -44,12 +44,18 @@ The cli sets up the following for AgentGPT: | |||
- 🤖 [Backend](https://github.com/reworkd/AgentGPT/tree/main/platform) (FastAPI) | |||
- 🎨 [Frontend](https://github.com/reworkd/AgentGPT/tree/main/next) (Nextjs) | |||
|
|||
To get started follow run the commands below. | |||
To get started run the commands below. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets specify that this is for Mac / Linux
docs/docs/development/setup.md
Outdated
If you are on windows, you can do the following after downloading the repo | ||
If you are on windows, you can do the following after downloading the repo: | ||
|
||
- You will need node intalled you can check by running 'node -v' or install [node](https://nodejs.org/en/download) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets move this to the top :)
Thanks @TylerRLowe! Left some comments, should be good to merge after that Closes #710 |
Created startup.bat, with the same functionality as startup.sh but for windows. Also updated readme.md and setup.md .