From bd4b2dc18ff9e4a8ca8ced16b28ae9eba04e030c Mon Sep 17 00:00:00 2001 From: Tavis Aitken <45640266+taitken-splunk@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:03:21 -0600 Subject: [PATCH] Added the steps to sign the CLA agreement to the readme. (#305) --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6f25cc6d..a7474dd9 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ [![Build Stats](https://buildstats.info/github/chart/splunk/qbec?branch=main)](https://buildstats.info/github/chart/splunk/qbec?branch=main) -Qbec (pronounced like the [Canadian province](https://en.wikipedia.org/wiki/Quebec)) is a CLI tool that -allows you to create Kubernetes objects on multiple Kubernetes clusters or namespaces configured correctly for +Qbec (pronounced like the [Canadian province](https://en.wikipedia.org/wiki/Quebec)) is a CLI tool that +allows you to create Kubernetes objects on multiple Kubernetes clusters or namespaces configured correctly for the target environment in question. -It is based on [jsonnet](https://jsonnet.org) and is similar to other tools in the same space like -[kubecfg](https://github.com/ksonnet/kubecfg) and [ksonnet](https://ksonnet.io/). +It is based on [jsonnet](https://jsonnet.org) and is similar to other tools in the same space like +[kubecfg](https://github.com/ksonnet/kubecfg) and [ksonnet](https://ksonnet.io/). For more info, [read the docs](https://qbec.io/) @@ -25,7 +25,7 @@ Use a prebuilt binary [from the releases page](https://github.com/splunk/qbec/re On MacOS, you can install qbec using homebrew: ``` -$ brew tap splunk/tap +$ brew tap splunk/tap $ brew install qbec ``` @@ -37,3 +37,7 @@ cd qbec make install # installs lint tools etc. make ``` + +### Sign the CLA + +Follow the steps here [cla-assistant](https://github.com/splunk/cla-agreement)