From 510f08fc61d2ecfb911f77c3062d9dbbc7fe06f2 Mon Sep 17 00:00:00 2001 From: "Saw, Hansly Kendrich" Date: Tue, 20 Sep 2022 11:28:02 +0800 Subject: [PATCH] updated readme - The readme now contains updated information about this project, as well as instructions on how to use. --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef580de..91e2f82 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ -# macOS_Login-Sound +# macOS Login Sound -Play a sound when logging in inside macOS! \ No newline at end of file +Play a sound when logging in inside macOS! + +## Instructions +1. Place the application inside `~/Library`. To do so, open _Go ► Go to Folder…_, and then type that directory path. +2. Move the application into that directory. +3. Run the app, and kindly follow the on-screen instructions. +4. Add the app as your login item through System Settings or System Preferences. + +## Hackin' Building +Feel free to make a fork of this repository to make the necessary changes. Contributions are welcome! + +To build, save the script as an application, and edit its `info.plist` file to set its `LSUIElement` value to `true`.