From deaa5a533ad4becc0bc9104ccdb6e003bd483cfb Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Fri, 31 May 2024 23:03:47 +0200 Subject: [PATCH] :memo: add setup instructions --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index c741c07..d5f9d8a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,21 @@ A simple ini parser written in bash +## Setup Instructions +Install required tools: +```console +$ sudo apt update +$ sudo apt install sed +``` + +Clone git repository: +```console +$ git clone https://git.tjdev.de/DrMaxNix/bash-ini.git +$ cd bash-ini +``` + + + ## Usage ```bash # include the library