Update 'yq/README.md'

This commit is contained in:
sthope 2021-09-06 14:09:21 +02:00
parent 8763521710
commit 7576381f11

View File

@ -1,4 +1,14 @@
Run inside your HA folder:
Install YQ latest version:
```
bash -c "$(wget -qLO - https://git.sthope.dev/sthope/sthope-examples/raw/branch/master/yq/install_yq_latest_version.sh)"
```
enter your HA folder and do:
```
bash -c "$(wget -qLO - https://git.sthope.dev/sthope/sthope-examples/raw/branch/master/yq/ha_faking_secrets.sh.sh.sh)"
```
to also Git Push use:
```
bash -c "$(wget -qLO - https://git.sthope.dev/sthope/sthope-examples/raw/branch/master/yq/ha_faking_secrets_with_gitpush.sh.sh)"
```
bash -c "$(wget -qLO - https://git.sthope.dev/sthope/sthope-examples/raw/branch/master/yq/ha_faking_secrets.sh)"
```