@@ -73,7 +73,7 @@ directly via the terminal using a prebuilt binary.
7373
7474Once you start a long‑lived command like ` polykey agent start ` , that process
7575monopolizes the current terminal window. To issue any further Polykey commands
76- (for example, ` polykey vaults create ` ), you must open a ** new terminal window** .
76+ (for example, ` polykey vaults create ` ) you must open a ** new terminal window** .
7777
7878If the machine reboots or the agent exits, simply rerun ` polykey agent start ` in
7979a terminal to restart it.
@@ -126,7 +126,7 @@ other than this, then it is still active!
126126Stop the running agent:
127127
128128``` shell
129- polykey agent
129+ polykey agent
130130```
131131
132132You must stop the current agent or use a different terminal before starting a
@@ -272,8 +272,7 @@ not appear in the next step. :::
272272sudo ./polykey
273273```
274274
275- :::tip Tip
276- When prompted in the terminal, type your administrator password and
275+ :::tip Tip When prompted in the terminal, type your administrator password and
277276hit enter. :::
278277
2792785 . Following this, you will get another similar prompt
@@ -282,8 +281,7 @@ hit enter. :::
282281
283282#### Click on Open and now Polykey-CLI should be running in your terminal window.
284283
285- :::tip Tip
286- You can also verify the version of polykey that was installed with:
284+ :::tip Tip You can also verify the version of polykey that was installed with:
287285
288286``` sh
289287./polykey --version
0 commit comments