diff --git a/README.md b/README.md index 4b40b46..76fed0e 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,9 @@ A C++ Qt graphical user interface for generating music using [acestep.cpp](https - CMake 3.14+ - acestep.cpp (bring your own binaries) -## Installing +## Building -1. Grab the latest release from https://github.com/IMbackK/aceradio/releases/ -2. For now you will have to provide acestep.cpp binaries, these can be optained by following the instructions at https://github.com/ServeurpersoCom/acestep.cpp or the **Build acestep.cpp** section below - -## Build acestep.cpp: +### Build acestep.cpp first: ```bash git clone https://github.com/ServeurpersoCom/acestep.cpp.git @@ -26,7 +23,7 @@ make -j$(nproc) ./models.sh # Download models (requires ~7.7 GB free space) ``` -## Building +### Build the GUI: ```bash git clone https://github.com/IMbackK/aceradio.git