Skip to content

Commit

Permalink
Merge pull request #28 from havealoha/patch-1
Browse files Browse the repository at this point in the history
Update install.md missing yum
  • Loading branch information
coot authored Oct 31, 2023
2 parents 993fcd9 + 3e82351 commit 20e248f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ 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 install systemd-devel ncurses-devel ncurses-compat-libs which jq openssl-devel lmdb-devel -y
sudo yum install systemd-devel ncurses-devel ncurses-compat-libs which jq openssl-devel lmdb-devel -y
```

For Debian/Ubuntu:
Expand Down

0 comments on commit 20e248f

Please sign in to comment.