diff --git a/README.md b/README.md
index 2a3fcdef747dabce7f483a001caa25be0e29dc69..bf1bb5b0be8171b495c6ef0720d3a437e0ba1924 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ Use Wayland for the display server, especially if you're using an SPI display. X
 To install:
 ```bash
 # Install the necessary dependencies
+sudo apt install git -y
 sudo apt install python3 python3-dev python3-pip python3-pygame -y
 sudo apt install wayfire xwayland -y
 
@@ -20,7 +21,7 @@ cd cs-fancy-clock
 python3 -m venv .venv
 
 # Install the requirements
-# Omit the -r requirements.neopixel.txt if you don't have a neopixel strip
+# Omit the -r requirements.neopixel.txt if you don't have a neopixel strip/leds you want to use
 ./.venv/bin/pip install -r requirements.txt -r requirements.neopixel.txt
 ```