Update README.md

This commit is contained in:
amogus3016 2021-11-15 19:59:54 -05:00 committed by GitHub
parent 568e22b56f
commit 5eca015dbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,5 +3,8 @@ xinfo is a simpler alternative to neofetch. Although not as visually appealing a
**INSTALLATION**
- Download xinfo.py from this repository
- Add the following line to your shell's configuration file (~/.bashrc or ~/.zshrc)
alias xinfo="python /path/to/file
- Add the following line to your shell's configuration file (~/.bashrc or ~/.zshrc): alias xinfo="python /path/to/file
**NOTES**
- Make sure not to clone the repository to /tmp. This will delete xinfo every time you boot your PC.
- At its base level, xinfo is very simple. It is expected that the user will make modifications that will suit their needs.