AutoGPT icon indicating copy to clipboard operation
AutoGPT copied to clipboard

Update QUICKSTART.md

Open AurganicSubstance opened this issue 1 year ago • 2 comments

For windows we not only need to dos2unix not only the "run" file but also "setup.sh" for ./run setup

Background

Changes 🏗️

PR Quality Scorecard ✨

  • [x] Have you used the PR description template?   +2 pts
  • [x] Is your pull request atomic, focusing on a single change?   +5 pts
  • [ ] Have you linked the GitHub issue(s) that this PR addresses?   +5 pts
  • [x] Have you documented your changes clearly and comprehensively?   +5 pts
  • [ ] Have you changed or added a feature?   -4 pts
    • [x] Have you added/updated corresponding documentation?   +4 pts
    • [ ] Have you added/updated corresponding integration tests?   +5 pts
  • [ ] Have you changed the behavior of AutoGPT?   -5 pts
    • [ ] Have you also run agbenchmark to verify that these changes do not regress performance?   +10 pts

AurganicSubstance avatar Feb 11 '24 14:02 AurganicSubstance

Deploy Preview for auto-gpt-docs ready!

Name Link
Latest commit 67f790a3dfb83419f8dda64d50b5d865b6b23efd
Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/65c8d772907d3e0008ae6edd
Deploy Preview https://deploy-preview-6827--auto-gpt-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Feb 11 '24 14:02 netlify[bot]

@NeonN3mesis can you review

ntindle avatar Feb 15 '24 21:02 ntindle

The repo does not contain any files with CRLF (DOS-style) line endings, so that section about using dos2unix can be removed entirely.

A bigger problem is that run and setup.sh are shell scripts, which will not run natively in CMD or PowerShell.

Pwuts avatar Mar 22 '24 16:03 Pwuts