From 7f6b467bc99e4739e062ce18eb541d0bf5ecffb5 Mon Sep 17 00:00:00 2001 From: anastasiiakozlova245 Date: Mon, 22 Jan 2024 09:39:59 +0100 Subject: [PATCH] docs: add dependencies installation instructions --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3cc3e52..c3ff513 100644 --- a/README.md +++ b/README.md @@ -113,11 +113,6 @@ echo 'export PATH=$PATH:$HOME/.tofuenv/bin' >> ~/.bashrc which tofuenv ``` -6. Install jq package into git-bash default installation folder: -```console -curl -L -o /usr/bin/jq.exe https://github.com/jqlang/jq/releases/latest/download/jq-win64.exe -``` - ## Install dependencies Install jq (required) and GnuPG (optional, in case you want to enable GPG verification during OpenTofu installation) @@ -132,6 +127,12 @@ sudo apt-get update -y sudo apt-get install -y jq gnupg ``` +### Windows (git-bash) +Install jq package into git-bash default installation folder: +```console +curl -L -o /usr/bin/jq.exe https://github.com/jqlang/jq/releases/latest/download/jq-win64.exe +``` + ## Usage ### tofuenv install [version]