Skip to content

Commit 49c4125

Browse files
committed
docs: finalize and polish installation instructions for Polykey CLI
1 parent 4f8b075 commit 49c4125

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,25 @@ directly via the terminal using a prebuilt binary.
5959

6060
```
6161

62-
3. Move it into a directory in your $PATH, or add the current directory to your
62+
3. Move it into a directory in your
63+
$PATH, or add the current directory to your
6364
$PATH temporarily:
6465

66+
64. Confirm the installation:
67+
polykey --version
68+
69+
65. If it returns the version, you’re ready to use the CLI.
70+
71+
<Admonition type="tip" title="Important — Agent behavior">
72+
Once you start a long‑lived command like <code>polykey agent start</code>, that process monopolizes the current terminal window.
73+
74+
To issue any further Polykey commands (for example, <code>polykey vaults create</code>), you must open a **new terminal window**.
75+
76+
If the machine reboots or the agent exits, simply rerun <code>polykey agent start</code> in a terminal to restart it.
77+
</Admonition>
78+
66. ---
79+
67. ### NixOS
80+
6581
- For ZSH:
6682

6783
echo 'export PATH=~/Downloads:$PATH' >> ~/.zshrc && source ~/.zshrc

0 commit comments

Comments
 (0)