Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,22 @@ After that you will have to install the following dependencies:

``` Bash
sudo apt update
sudo apt install make git asciidoctor
sudo apt install make git go asciidoctor
```

#### Fedora, RHEL, centOS

``` Bash
sudo dnf update
sudo dnf install make git asciidoctor
sudo dnf install make git go asciidoctor
```

#### OpenSUSE Leap , Thumbleweed
``` Bash
sudo zypper update
sudo zypper install make git go
sudo gem update
sudo gem install asciidoctor
```

### Clone & Build
Expand Down