Skip to content

Commit

Permalink
Update README.md (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimei-BT authored May 24, 2024
1 parent 1b713d0 commit 8dc4b89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
`cdpcurl` is a tool that allows you to make HTTP requests to the Coinbase API with your CDP (Coinbase Developer Platform) API key. It is a wrapper around curl that automatically adds the necessary headers to authenticate your requests.

## Installation via Homebrew
`brew install cdpcurl`
```
brew tap coinbase/cdpcurl
brew install cdpcurl
```

## Installation via Go
`go install github.com/coinbase/cdpcurl@latest`
Expand Down

0 comments on commit 8dc4b89

Please sign in to comment.