Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README.md #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ Written in Python 2. Build with py2app, pyobjc.
- Global color change
- More to come...

###Building
1. Spin that shit to the right dir with a `cd`
2. Build the .app with `python setup.py py2app`
###How To Install
1. Open Terminal and spin that shit to the right dir with a `cd`
2. Run the command `python setup.py py2app`
3. After a succesful build go to the folder `dist` and run `LIFX Menu.app`
4. Enjoy ;-)!

###Credits
https://github.com/magicmonkey/lifxjs
Expand Down