Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Rey Dhuny committed Jan 11, 2016
1 parent ba5b400 commit 4b44e07
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Palin

## About

Palin is an app for your menu bar that shows a green dot when you have an
internet connection, or a red dot if you don't have an internet connection.

## Develop

```
git clone https://github.com/rey/palin.git ~/palin
cd ~/palin && npm run start
```

## Build

```
git clone https://github.com/rey/palin.git ~/palin
cd ~/palin && npm run build
open ~/palin/_build
```

## Credits

* [@lauramwillis](https://github.com/lauramwillis) for taking my butchered app
icon and making it round and beautiful.
* Jethro Clunies-Ross for his suggestion to make the dots in the menu bar
smaller.

***

## Generate `.icns`

```
Expand Down

0 comments on commit 4b44e07

Please sign in to comment.