Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9d797ba

Browse files
committedFeb 21, 2025·
update readme
1 parent f062442 commit 9d797ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎README.md

+7
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ chmod 700 install.bash
7676
./install.bash --help
7777
```
7878

79+
*NOTE:* If you install sloctl outside of your PATH you must also
80+
change its permissions for the binary to be executable!
81+
82+
```bash
83+
chmod +x <PATH_TO_SLOCTL>
84+
```
85+
7986
### Prebuilt Binaries
8087

8188
The binaries are available at

0 commit comments

Comments
 (0)
Please sign in to comment.