File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
docs/Getting-Started/polykey-cli Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -59,20 +59,23 @@ directly via the terminal using a prebuilt binary.
5959
60603 . 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
6972export PATH=" $PWD :$PATH "
7073
71744. Confirm the installation:
7275
7376 ` ` ` sh
7477 polykey --version
75- ` ` `
78+ ` ` ` `
7679
77805. If it returns the version, you’re ready to use the CLI.
7881
@@ -130,7 +133,7 @@ status DEAD
130133```
131134
132135Then 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
135138Stop the running agent:
136139
You can’t perform that action at this time.
0 commit comments