@@ -103,7 +103,8 @@ If it returns the version, you’re ready to use the CLI.
103103
104104If you see an error like:
105105
106- WARN: polykey .PolykeyAgent: Failed Creating PolykeyAgent — another agent may already be running
106+ WARN: polykey .PolykeyAgent: Failed Creating PolykeyAgent — another agent may
107+ already be running
107108
108109This means the Polykey agent is already running. To manage this, you can:
109110
@@ -119,11 +120,11 @@ Stop the running agent:
119120polykey agent stop
120121```
121122
122- You must stop the current agent or use a different terminal before starting a new one.
123+ You must stop the current agent or use a different terminal before starting a
124+ new one.
123125
124126:::
125127
126-
127128### NixOS
128129
129130We have not yet published a Nix package for Polykey. When we do, you will be
@@ -160,9 +161,11 @@ We are working on other distribution methods. Check back soon.
160161
161162::: info
162163
163- The file ` polykey-cli-V.V.V-darwin-universal ` is ** not truly universal** — it only supports ** ARM64-based Macs** (Apple Silicon: M1, M2, M3, etc).
164+ The file ` polykey-cli-V.V.V-darwin-universal ` is ** not truly universal** — it
165+ only supports ** ARM64-based Macs** (Apple Silicon: M1, M2, M3, etc).
164166It ** will not** run on Intel-based Macs.
165- If you're using an Intel Mac, you must ** build Polykey from source** . Instructions are provided in the [ Source] ( #source ) section.
167+ If you're using an Intel Mac, you must ** build Polykey from source** .
168+ Instructions are provided in the [ Source] ( #source ) section.
166169
167170:::
168171
@@ -302,7 +305,8 @@ a terminal to restart it.
302305
303306If you see an error like:
304307
305- WARN: polykey .PolykeyAgent: Failed Creating PolykeyAgent — another agent may already be running
308+ WARN: polykey .PolykeyAgent: Failed Creating PolykeyAgent — another agent may
309+ already be running
306310
307311This means the Polykey agent is already running. To manage this, you can:
308312
@@ -318,11 +322,11 @@ Stop the running agent:
318322polykey agent stop
319323```
320324
321- You must stop the current agent or use a different terminal before starting a new one.
325+ You must stop the current agent or use a different terminal before starting a
326+ new one.
322327
323328:::
324329
325-
326330<Tabs >
327331 <TabItem value="zsh" label="ZSH (default shell on recent macOS versions)">
328332
@@ -494,27 +498,28 @@ a terminal to restart it.
494498
495499If you see an error like:
496500
497- WARN: polykey .PolykeyAgent: Failed Creating PolykeyAgent — another agent may already be running
501+ WARN: polykey .PolykeyAgent: Failed Creating PolykeyAgent — another agent may
502+ already be running
498503
499504This means the Polykey agent is already running. To manage this, you can:
500505
501506- ** Check the agent status** :
502507
503508``` shell
504509polykey agent status
505- ```
510+ ```
506511
507512Stop the running agent:
508513
509514``` shell
510515polykey agent stop
511516```
512517
513- You must stop the current agent or use a different terminal before starting a new one.
518+ You must stop the current agent or use a different terminal before starting a
519+ new one.
514520
515521:::
516522
517-
518523Making sure to replace ` 0e1addd9855a ` with your corresponding image ID.
519524
520525``` shell
0 commit comments