Skip to content

Commit

Permalink
Added instruction to add niyebe to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jerobado committed Mar 30, 2021
1 parent 0a60f7e commit 4263e5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit 4263e5b

Please sign in to comment.