We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f062442 commit 9d797baCopy full SHA for 9d797ba
README.md
@@ -76,6 +76,13 @@ chmod 700 install.bash
76
./install.bash --help
77
```
78
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
86
### Prebuilt Binaries
87
88
The binaries are available at
0 commit comments