You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,25 @@ Apple removed the option to show the battery time remaining in the statusbar sin
11
11
How do I install it?
12
12
--------------------
13
13
14
-
Download the source and compile it with XCode or click Downloads and hope that someone has uploaded a .app file for you to run.
14
+
Two options:
15
+
16
+
- Download [version 0.2](http://cl.ly/1K3M0h1x0Z1b), unzip and run the App
17
+
- Download the source here from Github and compile it with XCode
15
18
16
19
Is it accurate?
17
20
---------------
18
21
19
22
The App shows the exact same time as you will see when you click the battery icon. The time is provided by Mac OS X itself and as accurate as you can get.
20
23
24
+
How do I contribute?
25
+
--------------------
26
+
27
+
Fork this project, make some changes and submit a pull request. Check the issues tab for inspiration on what to fix. Please make sure you're fork is the latest development version!
28
+
29
+
If you find any issues or have a feature request please contribute by submitting an issue here on Github!
30
+
21
31
Who did make this app?
22
32
----------------------
23
33
24
-
* codler / Han Lin Yap: created the first version of the app
25
-
* mac-cain13 / Mathijs Kadijk: made some improvements
34
+
*[codler](https://github.com/codler) / Han Lin Yap: created the [first version](https://github.com/codler/Battery-Time-Remaining) of the app
35
+
*[mac-cain13](https://github.com/mac-cain13) / Mathijs Kadijk: made some improvements
0 commit comments