From 4b77ed3e2ae60ac5577a850b4c9c7803f01069f2 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 11 Apr 2019 10:10:38 +0200 Subject: Remove trailing spaces and be explicit about clone command line --- INSTALL.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 4518df8..8cd1c76 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -37,24 +37,28 @@ that did not yet make its way into a release, you can clone the *next* branch from the repository. * Download and install the dependencies as above -* Clone the git repository +* Clone the git repository, master branch - % git clone [-b next] https://github.com/Opendigitalradio/ODR-DabMux.git - % cd ODR-DabMux/ - -* Bootstrap autotools: + % git clone https://github.com/Opendigitalradio/ODR-DabMux.git + +* or next branch + + % git clone -b next https://github.com/Opendigitalradio/ODR-DabMux.git +* Bootstrap autotools: + + % cd ODR-DabMux/ % ./bootstrap.sh -* Run the configure script +* Run the configure script % ./configure -* Build ODR-DabMux +* Build ODR-DabMux % make - -* Install ODR-DabMux (as root) + +* Install ODR-DabMux (as root) % sudo make install -- cgit v1.2.3