From ca3baf07684ca787e4a85b57a4e5ad17c71be8c3 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Tue, 29 Jun 2021 19:28:21 +0100 Subject: [PATCH] remove yq from readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c239891..4227f4b 100644 --- a/readme.md +++ b/readme.md @@ -19,11 +19,11 @@ doing it for me: ## Install -0. Install [Pandoc](https://pandoc.org/index.html) and [yq](https://github.com/mikefarah/yq) +0. Install [Pandoc](https://pandoc.org/index.html) On arch: ``` - # pacman -S pandoc yq + # pacman -S pandoc ``` 1. Run `make install` as root