From 035bb07c9ab0de975757840a806c2560fec27772 Mon Sep 17 00:00:00 2001 From: a-Sansara Date: Fri, 9 Oct 2020 22:27:36 +0200 Subject: [PATCH] update readme --- README.md | 17 ++++++++++++++++- install.sh | 0 2 files changed, 16 insertions(+), 1 deletion(-) mode change 100644 => 100755 install.sh diff --git a/README.md b/README.md index 328a057..05a5602 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,22 @@ of yaml documents, documents matching a specified condition. **Ykre** goal is to specific Kubernetes Resource from the kustomize output. **Ykre** stands for **Y**aml **K**ubernetes **R**esources **E**ctractor. -## usage + +## Install + +from a debian package : +```  +wget -q https://github.com/pluie-org/ykre/raw/master/dist/ykre_0.1.0_amd64.deb +sudo apt install ./ykre_0.1.0_amd64.deb +``` + +via Cargo +```  +wget -q -O - https://github.com/pluie-org/ykre/raw/master/install.sh | sh +``` + + +## Usage ``` ykre SEARCH [DEF] ``` diff --git a/install.sh b/install.sh old mode 100644 new mode 100755