From 4263e5b31b151771960ddcfee5be26c599f805cc Mon Sep 17 00:00:00 2001 From: Jero Bado Date: Tue, 30 Mar 2021 19:00:53 +0800 Subject: [PATCH] Added instruction to add niyebe to PATH --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bc5d5f4..2789100 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,12 @@ $ sudo make install ``` This will install/copy the compiled executable to `/opt/niyebe`. +To add `niyebe` to PATH +``` +$ echo "export PATH="$PATH:/opt/niyebe"" >> ~/.bashrc +$ source ~/.bashrc +``` + ### Resources - [ASCII Table](https://www.cs.cmu.edu/~pattis/15-1XX/common/handouts/ascii.html) - [How Do Random Password Generators Work?](https://blog.dashlane.com/how-random-password-generators-work/)