Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dyllamt authored Feb 15, 2024
1 parent ddae8c9 commit 5adead3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Usage

[Helm](https://helm.sh) must be installed to use the charts. Please refer to
Helm's [documentation](https://helm.sh/docs) to get started.

Once Helm has been set up correctly, add the repo as follows:

helm repo add <alias> https://dyllamt.github.io/coinbase-connector

If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo
<alias>` to see the charts.

To install the coinbase-connector chart:

helm install my-coinbase-connector <alias>/coinbase-connector

To uninstall the chart:

helm delete my-coinbase-connector

0 comments on commit 5adead3

Please sign in to comment.