summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
+