From 2992ee5b5b21a578f15112b33090e784e65647c4 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 10 Feb 2024 03:03:06 -0700 Subject: [PATCH] change readme --- README.md | 21 +++++---------------- _config.yml | 1 + 2 files changed, 6 insertions(+), 16 deletions(-) create mode 100644 _config.yml diff --git a/README.md b/README.md index 6c2a57d..5e34b08 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,9 @@ -## Usage +## Getting started -[Helm](https://helm.sh) must be installed to use the charts. Please refer to -Helm's [documentation](https://helm.sh/docs) to get started. +[Helm](https://helm.sh) must be installed to use the charts in this repository. -Once Helm has been set up correctly, add the repo as follows: +Refer to Helm's [documentation](https://helm.sh/docs/) to get started. - helm repo add https://alexlebens.github.io/helm-charts +## License -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 -` to see the charts. - -To install the chart: - - helm install my- / - -To uninstall the chart: - - helm delete my- +This project is licensed under the terms of the Apache 2.0 License license. \ No newline at end of file diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file