Replies: 2 comments
-
I'm also dealing with this on Win11 (have created a discussion entry). I installed manually. Have you been able to run the workflow after that? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok here's my latest update after a couple of hours in Cursor. NOTE: I did this in Ask mode not Agent
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem Description
I am using Windows 11 with WSL installed. When I run the standard Agent-OS installation command, the files get installed to WSL instead of the Windows file system.
Solution that worked for me
Run the setup script in Git Bash instead of PowerShell or Command prompt:
curl -sSL https://raw.githubusercontent.com/buildermethods/agent-os/main/setup.sh | bash
Suggested Documentation Improvement
Consider adding these Windows-specific instructions to the installation docs to help users avoid this confusion.
Beta Was this translation helpful? Give feedback.
All reactions