Skip to content
This repository was archived by the owner on Nov 9, 2019. It is now read-only.

Commit 3671241

Browse files
committed
Update install instructions
1 parent 916ff68 commit 3671241

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,28 @@ pick
22
====
33
A minimal password manager for OS X and Linux.
44

5+
![demo](https://github.com/bndw/pick/raw/master/demo.gif)
6+
7+
## Install
8+
9+
#### go get
10+
```sh
11+
$ go get github.com/bndw/pick
12+
```
13+
14+
#### Homebrew
515
```sh
616
$ brew tap bndw/pick
717
$ brew install bndw/pick/pick-pass
818
```
919

10-
or
11-
20+
#### The old fashioned way
1221
```sh
1322
$ git clone https://github.com/bndw/pick && cd pick
1423
$ make
1524
$ make install
1625
```
1726

18-
![demo](https://github.com/bndw/pick/raw/master/demo.gif)
19-
2027
## Usage
2128
```
2229
Usage:

0 commit comments

Comments
 (0)