summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md22
1 files 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