Skip to content

Commit 3e6acbf

Browse files
committed
docs: minor formatting fixes for linting
1 parent a11eb11 commit 3e6acbf

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ directly via the terminal using a prebuilt binary.
7373

7474
Once you start a long‑lived command like `polykey agent start`, that process
7575
monopolizes 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

7878
If the machine reboots or the agent exits, simply rerun `polykey agent start` in
7979
a terminal to restart it.
@@ -126,7 +126,7 @@ other than this, then it is still active!
126126
Stop the running agent:
127127

128128
```shell
129-
polykey agent
129+
polykey agent
130130
```
131131

132132
You must stop the current agent or use a different terminal before starting a
@@ -272,8 +272,7 @@ not appear in the next step. :::
272272
sudo ./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
277276
hit enter. :::
278277

279278
5. 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

Comments
 (0)