Skip to content

Commit

Permalink
Add jq to the list of needed packages for CentOS (#452)
Browse files Browse the repository at this point in the history
Some parts of the documentation relies on the jq command that must
be installed. This package was missing on CentOS Stream 8.
  • Loading branch information
morucci authored Dec 23, 2021
1 parent 93ea15d commit 7704880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/get-started/installing-cardano-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ To download the source code and build it, you need the following packages and to
In Redhat, Fedora, and Centos:
```bash
sudo yum update -y
sudo yum install git gcc gcc-c++ tmux gmp-devel make tar xz wget zlib-devel libtool autoconf -y
sudo yum install git gcc gcc-c++ tmux gmp-devel make tar xz wget zlib-devel libtool autoconf jq -y
sudo yum install systemd-devel ncurses-devel ncurses-compat-libs -y
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If we are using an AWS instance running Amazon Linux AMI 2 \(see the [AWS walk-t

```sh
sudo yum update -y
sudo yum install git gcc gcc-c++ tmux gmp-devel make tar wget -y
sudo yum install git gcc gcc-c++ tmux gmp-devel make tar wget jq -y
sudo yum install zlib-devel libtool autoconf -y
sudo yum install systemd-devel ncurses-devel ncurses-compat-libs -y
```
Expand Down

0 comments on commit 7704880

Please sign in to comment.