Skip to content

Commit 438be4a

Browse files
committed
docs: adding info to force checks
1 parent e38da81 commit 438be4a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
1+
import Tabs from '@theme/Tabs';
2+
import TabItem from '@theme/TabItem';
3+
import Admonition from '@theme/Admonition';
24

35
# Installation
46

@@ -65,7 +67,15 @@ If you prefer not to use a package manager or Docker, you can install Polykey di
6567
polykey --version
6668

6769
If it returns the version, you’re ready to use the CLI.
68-
---
70+
71+
:::tip Important: Agent behavior
72+
73+
Once you start the Polykey agent, the terminal window will be fully occupied by the running agent process.
74+
75+
To continue issuing Polykey commands (e.g., to create a vault), you must open a **new terminal window**.
76+
If the system shuts down or the agent process stops, you’ll need to **restart the agent** before running any other commands.
77+
78+
:::
6979

7080
### NixOS
7181

0 commit comments

Comments
 (0)