Skip to content

Commit f9df5ee

Browse files
committed
Formatting/clarification
1 parent 7d9db74 commit f9df5ee

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

LaunchDaemon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
To automatically run cl0ver on every boot:
44

55
1. Download [`net.siguza.cl0ver.plist`](https://raw.githubusercontent.com/Siguza/cl0ver/master/LaunchDaemon/net.siguza.cl0ver.plist).
6-
2. Either make sure cl0ver exists in `/usr/local/bin`, or edit the plist and put your own path there.
6+
2. Either make sure cl0ver exists in `/usr/local/bin` (as in, the full path is `/usr/local/bin/cl0ver`), or edit the plist and put your own path there.
77
**IF THE PATH TO CL0VER IS NOT VALID, YOUR DEVICE MIGHT NO LONGER BOOT!**
88
3. Put the plist file in `/Library/LaunchDaemons/` on your device.
99
4. Make sure the file is owned by root and not writable by anyone else. If in doubt, run these commands (as root):

LaunchDaemon/net.siguza.cl0ver.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<key>Label</key>
66
<string>net.siguza.cl0ver</string>
77
<key>ProgramArguments</key>
8-
<array>
9-
<string>/usr/local/bin/cl0ver</string>
10-
</array>
8+
<array>
9+
<string>/usr/local/bin/cl0ver</string>
10+
</array>
1111
<key>RunAtLoad</key>
1212
<true/>
1313
</dict>

0 commit comments

Comments
 (0)