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 0f8d46f commit 5ed7bd5Copy full SHA for 5ed7bd5
docs/Getting-Started/polykey-cli/installation.md
@@ -68,14 +68,14 @@ your `PATH`. You can either:
68
69
**Temporary (until terminal closes):**
70
71
-```sh
+````sh
72
export PATH="$PWD:$PATH"
73
74
4. Confirm the installation:
75
76
```sh
77
polykey --version
78
-```
+````
79
80
5. If it returns the version, you’re ready to use the CLI.
81
@@ -119,7 +119,7 @@ already be running
119
This means the Polykey agent is already running. To manage this, you can:
120
121
**Check the agent status**:
122
-pm
+
123
```shell
124
polykey agent status
125
```
0 commit comments