From 35c7a1567d47de5232ba7863fdf0dfb28dbc7a55 Mon Sep 17 00:00:00 2001 From: mverleun Date: Sun, 29 Oct 2017 13:52:11 +0100 Subject: [PATCH] Fixed some typos --- README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 08f6c4b..29935bd 100644 --- a/README.md +++ b/README.md @@ -15,27 +15,14 @@ Before you get started you'll have to install some packages. First install software using the command: -apt-get update && apt-get install -y \ - rtl-sdr \ - librtlsdr-dev \ - librtlsdr0 \ - git \ - automake \ - libtool \ - cmake +apt-get update && apt-get install -y rtl-sdr librtlsdr-dev librtlsdr0 git automake libtool cmake This will install all the software you need to build the latest version of the rtl_433 receiver software. Next download and build the receiver software: -git clone https://github.com/merbanan/rtl_433.git \ - && cd rtl_433/ \ - && mkdir build \ - && cd build \ - && cmake ../ \ - && make \ - && make install +git clone https://github.com/merbanan/rtl_433.git && cd rtl_433/ && mkdir build && cd build && cmake ../ && make && make install The last step is to install the python MQTT library: