Skip to content

Commit 4f8b075

Browse files
committed
fix: lint
1 parent 438be4a commit 4f8b075

File tree

1 file changed

+24
-16
lines changed

1 file changed

+24
-16
lines changed

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

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

54
# Installation
65

@@ -46,34 +45,43 @@ libraries that Node.js requires.
4645

4746
#### Using the Polykey CLI via the terminal
4847

49-
If you prefer not to use a package manager or Docker, you can install Polykey directly via the terminal using a prebuilt binary.
48+
If you prefer not to use a package manager or Docker, you can install Polykey
49+
directly via the terminal using a prebuilt binary.
5050

51-
1. Download the executable from the [GitHub releases page](https://github.com/MatrixAI/Polykey-CLI/releases) and rename it to `polykey`.
51+
1. Download the executable from the
52+
[GitHub releases page](https://github.com/MatrixAI/Polykey-CLI/releases) and
53+
rename it to `polykey`.
5254

5355
2. Make it executable:
5456

5557
```sh
5658
chmod u+x ./polykey
5759

58-
3. Move it into a directory in your $PATH, or add the current directory to your $PATH temporarily:
59-
* For ZSH:
60+
```
6061

61-
echo 'export PATH=~/Downloads:$PATH' >> ~/.zshrc && source ~/.zshrc
62+
3. Move it into a directory in your $PATH, or add the current directory to your
63+
$PATH temporarily:
6264

63-
* For Bash:
64-
echo 'export PATH=~/Downloads:$PATH' >> ~/.bashrc && source ~/.bashrc
65+
- For ZSH:
6566

66-
4. Confirm the installation:
67-
polykey --version
67+
echo 'export PATH=~/Downloads:$PATH' >> ~/.zshrc && source ~/.zshrc
68+
69+
- For Bash: echo 'export PATH=~/Downloads:$PATH' >> ~/.bashrc && source
70+
~/.bashrc
71+
72+
4. Confirm the installation: polykey --version
6873

6974
If it returns the version, you’re ready to use the CLI.
7075

71-
:::tip Important: Agent behavior
76+
:::tip Important: Agent behavior
7277

73-
Once you start the Polykey agent, the terminal window will be fully occupied by the running agent process.
78+
Once you start the Polykey agent, the terminal window will be fully occupied by
79+
the running agent process.
7480

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.
81+
To continue issuing Polykey commands (e.g., to create a vault), you must open a
82+
**new terminal window**.
83+
If the system shuts down or the agent process stops, you’ll need to **restart
84+
the agent** before running any other commands.
7785

7886
:::
7987

0 commit comments

Comments
 (0)