Skip to content

Commit

Permalink
Added todo to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlolm committed Feb 2, 2017
1 parent 82be7df commit 16db2d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# example menubar app
# Cheez

## instructions

- run `npm install && npm install -g electron-packager && npm install -g electron`
- run `electron-packager menubar-screenshot/ Cheez --platform=darwin --icon=icon-big.icns --overwrite` to make Cheez.app
- run `electron .` to run app from CLI without building Cheez.app

## todo
- Measure distance captured
- Different types of screenshots with different icons

0 comments on commit 16db2d2

Please sign in to comment.