Add stuff for fooling around with yq

This commit is contained in:
Luke Murphy
2020-09-08 09:19:03 +02:00
parent 9c89834d20
commit 91395a5f8e
2 changed files with 12 additions and 0 deletions

View File

@ -6,4 +6,9 @@ dev_install:
install:
install abra $(HOME)/.local/bin/abra
get_yq:
wget https://github.com/mikefarah/yq/releases/download/3.3.2/yq_linux_amd64 && \
chmod +x yq_linux_amd64 && \
mv yq_linux_amd64 yq
.PHONY: dev_install install