We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ae37f commit 0f8d46fCopy full SHA for 0f8d46f
docs/Getting-Started/polykey-cli/installation.md
@@ -93,13 +93,11 @@ a terminal to restart it.
93
- For ZSH:
94
95
```shell
96
-export PATH="$HOME/Downloads:$PATH"' >> ~/.zshrc && source ~/.zshrc
+echo 'export PATH="$HOME/Downloads:$PATH"' >> ~/.zshrc && source ~/.zshrc
97
```
98
99
- For Bash:
100
101
-– For Bash:
102
-
103
104
echo 'export PATH="$HOME/Downloads:$PATH"' >> ~/.bashrc && source ~/.bashrc
105
@@ -120,8 +118,8 @@ already be running
120
118
121
119
This means the Polykey agent is already running. To manage this, you can:
122
123
-- **Check the agent status**:
124
+**Check the agent status**:
+pm
125
126
polykey agent status
127
0 commit comments