Skip to content

Commit cfc4d2e

Browse files
CryptoTotalWartegefaulkes
authored andcommitted
docs: update chmod instructions for Polykey CLI
1 parent 2ab119d commit cfc4d2e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/tutorials/polykey-cli/installation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,12 @@ Make sure to cd into the directory where your Polykey CLI executable is located
118118

119119
:::
120120

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:
122124

123125
```sh
124-
chmod +x polykey
126+
chmod +x polykey-cli-V.V.V-darwin-universal
125127
```
126128

127129
MacOS requires additional steps for the binary to be allowed to execute,

0 commit comments

Comments
 (0)