From 8e0e31aa7c76309a5cb82a5a5e4e2c1616c19498 Mon Sep 17 00:00:00 2001 From: Rene Vergara A Date: Sat, 10 Feb 2024 16:07:31 -0500 Subject: [PATCH] small fix in README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e9a40d..f5f3a18 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ Haskell GUI interface using GTK libraries. ## Requirements -OS: Kubuntu 22.04 -Desktop Manager: KDE +* OS: Kubuntu 22.04 + +* Desktop Manager: KDE ## Installation @@ -17,6 +18,7 @@ sudo apt install darcs sudo apt install libgtk-3-dev sudo apt install libgirepository1.0-dev +git clone https://git.vergara.tech/reneve/hkgui02.git cd hkgui02 stack setup stack run