diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ Abbreviated instructions are duplicated below. 2. Checkout the latest code: ``` - $ git clone https://github.com/gnuradio/gnuradio.git + $ git clone --recursive https://github.com/gnuradio/gnuradio.git ``` 3. Build with CMake: |