You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/polykey-cli/installation.md
+18-16
Original file line number
Diff line number
Diff line change
@@ -34,34 +34,36 @@ Download the executable named `...-polykey-cli-V.V.V-linux-x64`, and rename it t
34
34
Make it executable:
35
35
36
36
```sh
37
-
chmod u+x ./polykey
37
+
$ chmod u+x ./polykey
38
38
```
39
39
40
40
### Add it to your `$PATH`.
41
41
42
42
#### For ZSH:
43
43
44
44
1.`cd` into directory where polykey exec is stored.
45
-
2. Edit the zsh config to add polykey to your path, to streamline the process, run the following command making sure to change the path to polykey if the polykey executable is not in the downloads folder.
46
-
3. For most users, this would be `~/downloads` on Debian based systems.
45
+
2. Edit the zsh config to add polykey to your path. To streamline the process, run the following command, making sure to change the path to polykey if the polykey executable is not in the downloads folder.
46
+
3. For most users, this would be `~/Downloads`
47
47
48
48
:::warning
49
49
50
50
Make sure your path to the polykey executable is correct.
You only need to run this command once. After running this command, you can now invoke polykey by typing `polykey` into the terminal.
59
59
60
60
---
61
61
62
62
#### For Bash:
63
63
64
-
1. If you're using Bash, run the following command to add polykey to your path. Ensure to change the path if the executable is not in the downloads folder. For most users, this would be `~/downloads` on Debian-based systems.
64
+
1.`cd` into directory where polykey exec is stored.
65
+
2. Edit the zsh config to add polykey to your path. To streamline the process, run the following command, making sure to change the path to polykey if the polykey executable is not in the downloads folder.
66
+
3. For most users, this would be `~/Downloads`
65
67
66
68
:::warning
67
69
@@ -70,35 +72,35 @@ Make sure your path to the polykey executable is correct.
The xattr command will remove the quarantine attribute from the polykey executable, allowing you to run it without triggering macOS security warnings. Remember to ensure that the file path matches the location of your polykey file.
157
+
The `xattr` command will remove the quarantine attribute from the Polykey executable, allowing you to run it without triggering macOS security warnings. Remember to ensure that the file path matches the location of your polykey file.
0 commit comments