From c5d6fea87794d98443677f82a51c038160ce4838 Mon Sep 17 00:00:00 2001 From: Michael Villar Date: Wed, 8 Aug 2018 16:08:18 -0700 Subject: [PATCH] Added build instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1a57c25..0dc3e67 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,10 @@ Install as a [cask](https://caskroom.github.io) via `brew cask install michaelvi Inspired by the **great** [Minutes widget](http://minutes.en.softonic.com/mac) from Nitram-nunca I've been using for years. But it wasn't maintained anymore (non-retina) + it was the only widget in my dashboard :) Timer requires OS X 10.11 or later. + +## Build + +``` +xcodebuild -quiet clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO +open build/Release/ +```