aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Alexander <colisee@hotmail.com>2025-09-08 12:19:36 +0200
committerRobin Alexander <colisee@hotmail.com>2025-09-08 12:19:36 +0200
commita94a1cbc3727cd1d8f251ade40de6c80befc9e07 (patch)
tree92f5ad6f225323491e119492b79f039ba52efbc3
parent46a4b101161a191c84edd30f37a36a00da39602f (diff)
downloaddabmod-a94a1cbc3727cd1d8f251ade40de6c80befc9e07.tar.gz
dabmod-a94a1cbc3727cd1d8f251ade40de6c80befc9e07.tar.bz2
dabmod-a94a1cbc3727cd1d8f251ade40de6c80befc9e07.zip
Fix call to bootstrap
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index db0d2cc..5ec1fc0 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -57,7 +57,7 @@ sudo apt-get install --yes libbladerf-dev
```sh
cd ODR-DabMod
- ./bootstrap
+ ./bootstrap.sh
./configure
```