diff options
author | Robin ALEXANDER <colisee@hotmail.com> | 2022-03-04 11:10:03 +0100 |
---|---|---|
committer | Robin ALEXANDER <colisee@hotmail.com> | 2022-03-04 11:10:03 +0100 |
commit | 4c286456bc0e63afe8ab8ebb3b657990e2eaa6f4 (patch) | |
tree | def436c31dbb9cde51059a6976ba26a027ba6322 /install | |
parent | f46e84b406a1ba6eb2d0cfdd696653cb94d644ae (diff) | |
download | dab-scripts-4c286456bc0e63afe8ab8ebb3b657990e2eaa6f4.tar.gz dab-scripts-4c286456bc0e63afe8ab8ebb3b657990e2eaa6f4.tar.bz2 dab-scripts-4c286456bc0e63afe8ab8ebb3b657990e2eaa6f4.zip |
Text review
Diffstat (limited to 'install')
-rw-r--r-- | install/README.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/install/README.md b/install/README.md index 0fbcb3c..e41746c 100644 --- a/install/README.md +++ b/install/README.md @@ -36,8 +36,13 @@ If you want to quickly setup a lite clean debian environment, we suggest you use 1. Clone this repository: ``` cd $HOME + + # Clone the stable version of dab-scripts git clone https://github.com/opendigitalradio/dab-scripts.git - ``` + + # Or clone the next version of dab-scripts + git clone --branch next https://github.com/opendigitalradio/dab-scripts.git +``` 1. Install the ODR-mmbTools suite and the sample configuration folder ``` # Install the stable version of odr-mmbTools |