Skip to content

Commit 5e9a59b

Browse files
committed
Add installation instructions
1 parent 16eb284 commit 5e9a59b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ plaid-cli is a CLI tool for working with the Plaid API.
77
You can use plaid-cli to link bank accounts and pull transactions in multiple
88
output formats from the comfort of the command line.
99

10+
## Installation
11+
12+
Install with `go get`:
13+
14+
```sh
15+
go get github.com/landakram/plaid-cli
16+
```
17+
18+
Or grab a binary for your platform from the [Releases](https://github.com/landakram/plaid-cli/releases) page.
19+
1020
## Configuration
1121

1222
To get started, you'll need Plaid API credentials, which you can get by visiting

0 commit comments

Comments
 (0)