Skip to content

Commit

Permalink
[readme] Add installation
Browse files Browse the repository at this point in the history
  • Loading branch information
meain committed Nov 8, 2017
1 parent 1fd40be commit e587430
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ Pushbullet + Transfer.sh

Just push a simple note to pushbullet or send a file link to pushbullet after uploading it to transfer.sh

## API
## Installation

```sh
go get github.com/meain/push
cd $GOPATH/src/github.com/meain/push
go install
```

## Usage

```sh
# push note
Expand Down

0 comments on commit e587430

Please sign in to comment.