From 14f49aa3e40fe58eb3627eb34331bf9a961cb5c3 Mon Sep 17 00:00:00 2001 From: Carl Philipp Klemm Date: Thu, 12 Mar 2026 22:31:59 +0100 Subject: [PATCH] Add link to acestep.cpp to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d684cd1..2333021 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Screenshot](res/scrot.png) -A C++ Qt graphical user interface for generating music using acestep.cpp. +A C++ Qt graphical user interface for generating music using [acestep.cpp](https://github.com/ServeurpersoCom/acestep.cpp). ## Requirements @@ -26,7 +26,7 @@ make -j$(nproc) ### Build the GUI: ```bash -git clone git@github.com:IMbackK/aceradio.git +git clone https://github.com/IMbackK/aceradio.git cd aceradio mkdir build && cd build cmake ..