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.
59
59
60
60
```
61
61
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
63
64
$PATH temporarily:
64
65
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
+
65
81
- For ZSH:
66
82
67
83
echo 'export PATH=~ /Downloads:$PATH' >> ~ /.zshrc && source ~ /.zshrc
You can’t perform that action at this time.
0 commit comments