We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16eb284 commit 5e9a59bCopy full SHA for 5e9a59b
README.md
@@ -7,6 +7,16 @@ plaid-cli is a CLI tool for working with the Plaid API.
7
You can use plaid-cli to link bank accounts and pull transactions in multiple
8
output formats from the comfort of the command line.
9
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
20
## Configuration
21
22
To get started, you'll need Plaid API credentials, which you can get by visiting
0 commit comments