File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
docs/Getting-Started/polykey-cli Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff 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
6783echo 'export PATH=~ /Downloads:$PATH' >> ~ /.zshrc && source ~ /.zshrc
You can’t perform that action at this time.
0 commit comments