diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -10,6 +10,15 @@ Step 1: Clone the Repository git clone https://gitlab.com/Shipwreckt/fakefetch cd fakefetch +you will also need a package called lsb-release + +sudo pacman -S lsb-release +https://archlinux.org/packages/extra/any/lsb-release/ + +sudo apt-get install lsb-release + +It might already be installed on your system so you can check with lsb_release -a + |