From 8dc4b89f4eb3e4d220497d9886a7df528050019c Mon Sep 17 00:00:00 2001 From: Di Mei Date: Fri, 24 May 2024 10:53:09 -0400 Subject: [PATCH] Update README.md (#14) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21b0eda..30a0382 100644 --- a/README.md +++ b/README.md @@ -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`