Skip to content

Commit

Permalink
Merge pull request #318 from mehandes/patch-1
Browse files Browse the repository at this point in the history
Added install methods to README
  • Loading branch information
jcrowgey authored Jun 25, 2018
2 parents 68503f2 + 66eca92 commit 63ce089
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@ Installation

Check your OS distribution for packages.

### Debian/Ubuntu

```sh
apt-get install gcalcli
```

### Install using [Nix](https://nixos.org/nix/)

```sh
nix-env -i gcalcli
```

### Install from PyPI

```sh
Expand Down

0 comments on commit 63ce089

Please sign in to comment.