Skip to content

Commit

Permalink
docs: add dependencies installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiiakozlova245 committed Jan 25, 2024
1 parent bd8d6b5 commit 7f6b467
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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]
Expand Down

0 comments on commit 7f6b467

Please sign in to comment.