From 5a0f4dbba544f4158d6d4fd3c81342002a3c426e Mon Sep 17 00:00:00 2001 From: fabolous005 Date: Sun, 15 Sep 2024 19:48:58 +0200 Subject: [PATCH] update README --- README.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 280f08d..1cb8609 100644 --- a/README.md +++ b/README.md @@ -4,22 +4,28 @@ bash library for gentoo utils ## How to use -`. etools` +```bash +source etools +``` ## Configuration etools searches for a configuration file at the following locations: -`/etc/etools/etools.conf` -`$HOME/.config/etools.conf` -`$HOME/.config/etools/etools.conf` +```shell +/etc/etools/etools.conf +$HOME/.config/etools.conf +$HOME/.config/etools/etools.conf +``` ## What it does provided function are the following: -`einfo ` -`ewarn ` -`eerror ` -`etools_configure` -`etools_unset` -`etools_smart_find [repo]` +```bash +einfo +ewarn +eerror +etools_configure +etools_unset +etools_smart_find [repo] +```