Skip to content

Commit

Permalink
Added snap package installation guide on readme. Fixes #38.
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Sep 6, 2018
1 parent 3270615 commit 94b4a8e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,21 @@ View highlights in a [taskbook board](https://raw.githubusercontent.com/klauscfh

## Install

### NPM

```bash
npm install --global taskbook
```

### Snapcraft

```bash
snap install taskbook
snap alias taskbook tb # set alias
```

**Note:** Due to the snap's strictly confined nature, both the storage & configuration files will be saved under the [`$SNAP_USER_DATA`](https://docs.snapcraft.io/reference/env) environment variable instead of the generic `$HOME` one.

## Usage

```
Expand Down

0 comments on commit 94b4a8e

Please sign in to comment.