Skip to content

Commit

Permalink
docs: add scoop install instruction to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Splode committed Jan 7, 2020
1 parent 010a941 commit f0ec86e
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,36 @@ Pomotroid is in its early stages, so feedback and contributions are welcome and
- Desktop notifications (optional)
- Minimize to tray (optional)

## Roadmap
## Install

:memo: Future plans for enhancements and development:
Pomotroid is available for Windows, Mac OSX and Linux.

- Mini-mode
Download the latest version from the [releases](https://github.com/Splode/pomotroid/releases) page.

## Download
### Homebrew

Pomotroid is available for Windows 32/64, Mac OSX and Debian/Ubuntu flavored Linux.
You can also install Pomotroid on macOS with [Homebrew](https://brew.sh):

Download the latest version from the [releases](https://github.com/Splode/pomotroid/releases) page.
```bash
brew cask install pomotroid
```

### Scoop

You can also install Pomotroid on macOS with [Homebrew](https://brew.sh) by typing `brew cask install pomotroid` in a terminal window.
You can install Pomotroid on Windows with [scoop](https://scoop.sh/)

```ps1
scoop install https://raw.githubusercontent.com/Splode/pomotroid/master/pomotroid.json
```

## Roadmap

:memo: Future plans for enhancements and development:

- Mini-mode
- Themes

## Technical
## Development

Pomotroid is built with [Vue.js](https://github.com/vuejs/vue), [Electron](https://github.com/electron/electron), and [electron-vue](https://github.com/SimulatedGREG/electron-vue).

Expand Down

0 comments on commit f0ec86e

Please sign in to comment.