docs: add Linux CLI terminal installation instructions and clean up outdated steps#147
docs: add Linux CLI terminal installation instructions and clean up outdated steps#147aryanjassal merged 16 commits intostagingfrom
Conversation
|
The PR is failing due to a lint.mjs shellcheck step that uses find -regextype, which isn’t supported on macOS or the default GitHub runner. No .sh files were added or changed in this PR, so this isn’t related to the actual changes. @CMCDragonkai @aryanjassal |
|
I guess a platform-agnostic way to do this could be this? I'll have to dig into this later. |
|
Actually nevermind, that is not the issue. We use nix wrappers in the CI so that wouldn't be an issue. If we look at the error, this is buried between the error somewhere. It says that prettier found some code issues so you gotta fix that instead. Try running |
3631c74 to
49c4125
Compare
b5d4397 to
6f4e208
Compare
aryanjassal
left a comment
There was a problem hiding this comment.
It's mostly good, just a minor update
Description
This PR updates the Polykey CLI installation documentation to:
This resolves confusion around why subsequent Polykey commands don’t work in the same terminal window after starting the agent, addressing a critical usability gap in the existing CLI documentation.
Issues Fixed
Tasks
Final checklist