Skip to content

Commit d851d41

Browse files
author
ryan_ball
committed
Update readme
1 parent 2522993 commit d851d41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Easily create a LaunchDaemon for use on a Mac. You choose the identifier, the name, the version, and the target script/app to create a .pkg containing all necessary files with correct permissions. Upon installation of the resulting .pkg, the target script/app will load automatically at time of install, as well as when the system starts.
33

44
## Install a Release
5-
You can download a .pkg from the release section containing a pre-built .app which installs under the /Applications directory. Just install the .pkg, and run "/Applications/Simple LaunchDaemon Creator.app" to start.
5+
You can download a .pkg from the [release](https://github.com/ryangball/simple-launchdaemon-creator/releases) section containing a pre-built .app which installs under the /Applications directory. Just install the .pkg, and run "/Applications/Simple LaunchDaemon Creator.app" to start.
66

77
## Build a LaunchDaemon .PKG from Command Line
88
Alternatively, you can clone this repository and simply run the simple_launchdaemon_creator.sh from Terminal.
@@ -17,7 +17,7 @@ cd simple-launchdaemon-creator
1717
- [Platypus](https://sveinbjorn.org/platypus): A developer tool that creates native Mac applications from command line scripts such as shell scripts or Python, Perl, Ruby, Tcl, JavaScript and PHP programs.
1818
- You must install the command line tool associated with Platypus. Open Platypus, in the Menu Bar choose "Platypus" > "Preferences" and click the "Install" button to install the Platypus command line tool.
1919

20-
To build the application yourself you can simply run the build.sh script and specify a version number for both the .app and .pkg. The resulting .pkg will include the .app with a target of /Applications just like any of the releases. If you do not include a version number as a parameter then version 1.0 will be assigned as the default. You can modify the simple_launchdaemon_creator.sh script first and build the .app afterward if you'd like.
20+
To build the application yourself you can simply run the build.sh script and specify a version number for both the .app and .pkg. The resulting .pkg will include the .app with a target of /Applications just like any of the [releases](https://github.com/ryangball/simple-launchdaemon-creator/releases). If you do not include a version number as a parameter then version 1.0 will be assigned as the default. You can modify the simple_launchdaemon_creator.sh script first and build the .app afterward if you'd like.
2121
```
2222
git clone https://github.com/ryangball/simple-launchdaemon-creator.git
2323
cd simple-launchdaemon-creator

0 commit comments

Comments
 (0)