Skip to content

Commit 366bfcf

Browse files
committed
chore: apply lint fixes to installation docs
1 parent 5315d42 commit 366bfcf

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,23 @@ directly via the terminal using a prebuilt binary.
5959

6060
3. Add the executable to your PATH
6161

62-
To run `polykey` from anywhere, you need to add the directory containing it to your `PATH`. You can either:
62+
To run `polykey` from anywhere, you need to add the directory containing it to
63+
your `PATH`. You can either:
6364

64-
- Move `polykey` into an existing directory already in your `PATH` (e.g., `/usr/local/bin`), **or**
65+
- Move `polykey` into an existing directory already in your `PATH` (e.g.,
66+
`/usr/local/bin`), **or**
6567
- Add the current directory to your `PATH`, either temporarily or permanently:
6668

6769
**Temporary (until terminal closes):**
68-
```sh
70+
71+
````sh
6972
export PATH="$PWD:$PATH"
7073

7174
4. Confirm the installation:
7275

7376
```sh
7477
polykey --version
75-
```
78+
````
7679
7780
5. If it returns the version, you’re ready to use the CLI.
7881
@@ -130,7 +133,7 @@ status DEAD
130133
```
131134
132135
Then the agent is inactive and needs to be restarted. If it returns something
133-
other than this, then it is still active!
136+
other than this, then it is still active.
134137
135138
Stop the running agent:
136139

0 commit comments

Comments
 (0)