diff --git a/README.md b/README.md
index fd285163830134130bf04aa4c6bf696f9eefc518..2a3fcdef747dabce7f483a001caa25be0e29dc69 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,14 @@ 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 python3 python3-dev python3-pip python3-pygame -y
+sudo apt install wayfire xwayland -y
+
+# Clone the repository and install the dependencies
 cd ~
 git clone https://git.rb9.xyz/TheJoeCoder/cs-fancy-clock
 cd cs-fancy-clock
-sudo apt-get install python3 python3-dev python3-pip python3-pygame
 python3 -m venv .venv
 
 # Install the requirements