From 46f1313283b5297618e372ccfe953a2456fd076c Mon Sep 17 00:00:00 2001 From: Theis <112340858+Slug-Boi@users.noreply.github.com> Date: Sat, 30 Mar 2024 10:04:32 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffe0009..51eb24f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Once downloaded you need to create an alias for your shell guides found below: [Powershell Guide for alias](https://stackoverflow.com/questions/24914589/how-to-create-permanent-powershell-aliases) Once you've created an alias for the program you need to set an env variable (author_file) in your shell. This should be the path pointing to your author.txt file -For bash you just need to add this: +For bash you just need to add this to your .bashrc file: ``` export author_file='path/to/your/aurhor.txt' ```