Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sansara committed Oct 9, 2020
1 parent 6bb1b0c commit 035bb07
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
```
Expand Down
Empty file modified install.sh
100644 → 100755
Empty file.

0 comments on commit 035bb07

Please sign in to comment.