diff options
author | Robin Alexander <colisee@hotmail.com> | 2025-09-08 12:19:36 +0200 |
---|---|---|
committer | Robin Alexander <colisee@hotmail.com> | 2025-09-08 12:19:36 +0200 |
commit | a94a1cbc3727cd1d8f251ade40de6c80befc9e07 (patch) | |
tree | 92f5ad6f225323491e119492b79f039ba52efbc3 | |
parent | 46a4b101161a191c84edd30f37a36a00da39602f (diff) | |
download | dabmod-a94a1cbc3727cd1d8f251ade40de6c80befc9e07.tar.gz dabmod-a94a1cbc3727cd1d8f251ade40de6c80befc9e07.tar.bz2 dabmod-a94a1cbc3727cd1d8f251ade40de6c80befc9e07.zip |
Fix call to bootstrap
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ sudo apt-get install --yes libbladerf-dev ```sh cd ODR-DabMod - ./bootstrap + ./bootstrap.sh ./configure ``` |