diff options
author | Shipwreckt <conbur@protonmail.com> | 2024-01-23 22:53:59 +0000 |
---|---|---|
committer | Shipwreckt <conbur@protonmail.com> | 2024-01-23 22:53:59 +0000 |
commit | d680b345b135283099725617bb5d0b767b6e3f38 (patch) | |
tree | 3da46c70b11fcdb7338789d008189ab0f55fb24a /README.md | |
parent | b73e52d23bc65f4e2598633afe352d4f574ab3da (diff) |
Update 2 files
- /fakefetch.sh
- /README.md
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 + |