From 5f88e91415254513f34ff77b0d4f8b2cda01bd0a Mon Sep 17 00:00:00 2001
From: TheJoeCoder <joe@radialbog9.uk>
Date: Wed, 2 Oct 2024 10:54:28 +0100
Subject: [PATCH] Update README.md

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index fd28516..2a3fcde 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
-- 
GitLab