From 902e1e127518f6fb9ddeec2e10c0356d232ab47e Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Thu, 22 Sep 2022 14:05:24 +0200 Subject: [PATCH] Update README --- .bin/README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/.bin/README.md b/.bin/README.md index 25b0dec..7ba70db 100644 --- a/.bin/README.md +++ b/.bin/README.md @@ -1,3 +1,26 @@ # Scripts -Mostly tiny helper scripts & experiments, some more useful then others. +Mostly tiny helper scripts & experiments, some more useful than others. + +## Setup + +Make sure the scripts are in your `$PATH` and executable. + +To add the complete directory of scripts to your `$PATH`: + +```bash +export PATH=~/.bin:$PATH +``` + +To make a any script `