From 344900edbffed345aebafeb3fd62441489104f08 Mon Sep 17 00:00:00 2001 From: Ellienore Bradley <88215840+EllienoreB@users.noreply.github.com> Date: Mon, 21 Jul 2025 01:12:22 -0400 Subject: [PATCH] Update README.md Added "go" as a dependency to build this project. Added build instructions for OpenSUSE. --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef95b17..9b70915 100644 --- a/README.md +++ b/README.md @@ -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