From 8e7d5d1d5567d9adacd59ab3a0e8f906750bc11b Mon Sep 17 00:00:00 2001 From: Moritz Ruth Date: Tue, 16 Aug 2022 23:36:46 +0200 Subject: [PATCH] Change README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7e5ae32..0a4e4a9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![horizr](https://github.com/horizr/art/raw/main/horizr-banner.jpg) + # horizr CLI ![npm](https://img.shields.io/npm/v/@horizr/cli?color=white&label=latest%20version&logoColor=red&style=flat-square) @@ -80,6 +82,7 @@ Available updates - charm Charm: 4.1.0+1.18.2 → 4.2.0+1.18.2 ``` +- Apply an update ```sh $ horizr update charm @@ -94,3 +97,10 @@ Apply the update? [Y/n] y Successfully updated Charm to 4.2.0+1.18.2. ``` + +## Contributing + +I developed this tool primarily for my own packs, soooo… the code quality is not bad, but it’s not good either. + +If you want a feature added, feel free to [create an issue](https://github.com/horizr/cli/issues/new). +A pull request would be even better.