Skip to content
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

Update README.md Windows run.bat instructions #2495

Merged
merged 1 commit into from
Apr 19, 2023
Merged

Update README.md Windows run.bat instructions #2495

merged 1 commit into from
Apr 19, 2023

Conversation

Explorergt92
Copy link
Contributor

@Explorergt92 Explorergt92 commented Apr 19, 2023

Background

Fixes the Windows run conmmand to '.\run.bat' in the README.md and removes the word start in the instructions below

Changes

./run.bat start' to '.\run.bat' and startto./run.bat`

Documentation

Test Plan

PR Quality Checklist

  • My pull request is atomic and focuses on a single change.
  • I have thoroughly tested my changes with multiple different prompts.
  • I have considered potential risks and mitigations for my changes.
  • I have documented my changes clearly and comprehensively.
  • I have not snuck in any "extra" small tweaks changes

Correcting the cause of issue #2476
@@ -138,9 +138,9 @@ _To execute the following commands, open a CMD, Bash, or Powershell window by na
# On Linux of Mac:
./run.sh start
# On Windows:
./run.bat start
.\run.bat
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On Windows, . is in searching path. So . is not necessary at all. It's just run.bat.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PS C:\Users\SecondOpinionSolutio\Projects\Auto-GPT> run.bat
run.bat: The term 'run.bat' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

PS C:\Users\SecondOpinionSolutio\Projects\Auto-GPT> .\run.bat
All packages are installed.
Error creating Redis search index: Index already exists
NEWS: Welcome to Auto-GPT! We'll keep you informed of the latest news and features by printing messages here. If you don't wish to see this message, you can run Auto-GPT with the --skip-news flag
Welcome back! Would you like me to return to being Entrepreneur-GPT?
Continue with the last settings?
Name: Entrepreneur-GPT
Role: an AI designed to autonomously develop and run businesses with the
Goals: ['Increase net worth', 'Grow Twitter Account', 'Develop and manage multiple businesses autonomously']
Continue (y/n):

@richbeales richbeales merged commit fdd7922 into Significant-Gravitas:master Apr 19, 2023
sindlinger pushed a commit to Orgsindlinger/Auto-GPT-WebUI that referenced this pull request Sep 25, 2024
Update README.md Windows run.bat instructions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants