From 99d4728afdb86c9c72ebd5efd636c4d90b0d8041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Susa=20T=C3=BCnker?= <74345218+sujaya-sys@users.noreply.github.com> Date: Wed, 23 Nov 2022 08:21:49 +0100 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Susa Tünker <74345218+sujaya-sys@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6c2ced..13da4ff 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ If you already have a `score.yaml` file defined, you can simply run the followin score-helm run -f ./score.yaml -o ./values.yaml ``` -- `run` tells the CLI to translate the Score file to a Helm values.yaml file. +- `run` tells the CLI to translate the Score file to a Helm `values.yaml` file. - `-f` is the path to the Score file. -- `--env` specifies the path to the values.yaml file. +- `--env` specifies the path to the `values.yaml` file. If you're just getting started, follow [this guide](https://docs.score.dev/docs/get-started/score-helm-hello-world/) to run your first Hello World program with `score-helm`. @@ -65,4 +65,4 @@ See [Roadmap](https://github.com/score-spec/spec/blob/main/roadmap.md). You can ### Code of conduct -[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md) \ No newline at end of file +[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)