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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,10 +118,12 @@ Make sure to cd into the directory where your Polykey CLI executable is located
118
118
119
119
:::
120
120
121
-
Make it executable:
121
+
Make the Executable Runnable:
122
+
123
+
Before you can run the Polykey CLI, you need to make it executable. Use the chmod command to add executable permissions to the file. Replace polykey-cli-0.2.6-darwin-universal with the actual name of the file if it's different:
122
124
123
125
```sh
124
-
chmod +x polykey
126
+
chmod +x polykey-cli-V.V.V-darwin-universal
125
127
```
126
128
127
129
MacOS requires additional steps for the binary to be allowed to execute,
0 commit comments