From 0c2f0cd6b49875f5b1a3840efd71651d3c8cbbad Mon Sep 17 00:00:00 2001 From: Marek Wiese Date: Tue, 10 Sep 2024 22:07:28 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e0f55b8..e94efa9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ A simple timer application written in Rust with a Slint UI, designed specificall ## Installation +```bash +sudo apt update && sudo apt install libsdl2-dev +``` ```bash git clone https://github.com/wiese-m/tibia-timer.git ```