Skip to content

Commit c5d6fea

Browse files
committed
Added build instructions
1 parent 84eeed9 commit c5d6fea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@ Install as a [cask](https://caskroom.github.io) via `brew cask install michaelvi
1515
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 :)
1616

1717
Timer requires OS X 10.11 or later.
18+
19+
## Build
20+
21+
```
22+
xcodebuild -quiet clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
23+
open build/Release/
24+
```

0 commit comments

Comments
 (0)