Add link to acestep.cpp to README

This commit is contained in:
Carl Philipp Klemm 2026-03-12 22:31:59 +01:00
parent 29d3a5b43b
commit 14f49aa3e4

View file

@ -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 ..