Skip to content

Commit 0f8d46f

Browse files
committed
docs: fix final unstaged changes in installation.md
1 parent a2ae37f commit 0f8d46f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/Getting-Started/polykey-cli/installation.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,11 @@ a terminal to restart it.
9393
- For ZSH:
9494

9595
```shell
96-
export PATH="$HOME/Downloads:$PATH"' >> ~/.zshrc && source ~/.zshrc
96+
echo 'export PATH="$HOME/Downloads:$PATH"' >> ~/.zshrc && source ~/.zshrc
9797
```
9898

9999
- For Bash:
100100

101-
– For Bash:
102-
103101
```shell
104102
echo 'export PATH="$HOME/Downloads:$PATH"' >> ~/.bashrc && source ~/.bashrc
105103
```
@@ -120,8 +118,8 @@ already be running
120118

121119
This means the Polykey agent is already running. To manage this, you can:
122120

123-
- **Check the agent status**:
124-
121+
**Check the agent status**:
122+
pm
125123
```shell
126124
polykey agent status
127125
```

0 commit comments

Comments
 (0)