summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL10
-rw-r--r--README10
2 files changed, 10 insertions, 10 deletions
diff --git a/INSTALL b/INSTALL
index 90aab7f..0174797 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,6 @@
-Usage:
- -capture cfile with usrp:
- $ capture.sh <frequency>
- -run go.sh on this file:
- $ go.sh <file.cfile>
+To build the GSM Receiver use:
+ $ ./bootstrap
+ $ cd debug
+ $ ./configure
+ $ make
diff --git a/README b/README
index 0174797..90aab7f 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-To build the GSM Receiver use:
- $ ./bootstrap
- $ cd debug
- $ ./configure
- $ make
+Usage:
+ -capture cfile with usrp:
+ $ capture.sh <frequency>
+ -run go.sh on this file:
+ $ go.sh <file.cfile>
personal git repositories of Harald Welte. Your mileage may vary