summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShipwreckt <conbur@protonmail.com>2024-01-23 22:53:59 +0000
committerShipwreckt <conbur@protonmail.com>2024-01-23 22:53:59 +0000
commitd680b345b135283099725617bb5d0b767b6e3f38 (patch)
tree3da46c70b11fcdb7338789d008189ab0f55fb24a /README.md
parentb73e52d23bc65f4e2598633afe352d4f574ab3da (diff)
Update 2 files
- /fakefetch.sh - /README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index c4ebcf9..b5cbc53 100644
--- a/README.md
+++ b/README.md
@@ -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
+