From f6e3f12c53efb97292935f282683846b148b0800 Mon Sep 17 00:00:00 2001 From: Maksim Ivanov <34414986+Ld-Hagen@users.noreply.github.com> Date: Fri, 31 May 2024 09:17:55 +0300 Subject: [PATCH] Update README.md added info about jq requirement --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dfa2078..5a33a91 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,15 @@ **git** (Is needed for fetching this script) - For Debian-based systems: `sudo apt install wget unzip git` + **jq** (Is needed for parsing JSON from github) - For Arch-based systems: `sudo pacman -S wget unzip git` + For Debian-based systems: `sudo apt install wget unzip git jq` - For RedHat-based systems: `sudo dnf install wget unzip git` + For Arch-based systems: `sudo pacman -S wget unzip git jq` + + For RedHat-based systems: `sudo dnf install wget unzip git jq` -2. (*Optional*) **python3-dnf-plugin-post-transaction-actions** (Is needed for autoupdate in RedHat-based systems) +3. (*Optional*) **python3-dnf-plugin-post-transaction-actions** (Is needed for autoupdate in RedHat-based systems) `dnf install python3-dnf-plugin-post-transaction-actions` ## Usage