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 4c2c9d8 commit bd8d6b5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,20 @@ which tofuenv
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)
### MacOS
```console
brew install jq gnupg grep
```

### Linux
```console
sudo apt-get update -y
sudo apt-get install -y jq gnupg
```

## Usage

### tofuenv install [version]
Expand Down

0 comments on commit bd8d6b5

Please sign in to comment.