Skip to content

Commit

Permalink
Tweaked readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchatfield committed Jun 18, 2016
1 parent a1960ff commit 267760c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Built with [Electron](http://electron.atom.io).

- Init: `$ npm install`
- Run: `$ npm start`
- Build OS X: `$ npm run build-osx`
- Build Linux: `$ npm run build-linux`
- Build Windows: `$ npm run build-windows`
- Build OS X: `$ npm run build:macos`
- Build Linux: `$ npm run build:linux`
- Build Windows: `$ npm run build:windows`
- Build all: `$ brew install wine` and `$ npm run build` *(OS X only)*

## License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "trello-desktop",
"productName": "Trello",
"desktopName": "Trello",
"version": "0.1.0",
"version": "0.1.1",
"description": "Unofficial Trello desktop app",
"license": "MIT",
"repository": "danielchatfield/trello-desktop",
Expand Down

0 comments on commit 267760c

Please sign in to comment.