From 6ed019d4cdd5d639d9b1b49a79b3147176c39f62 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Wed, 2 Sep 2015 21:21:53 +0200 Subject: [PATCH] README: Add coreutils to build dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84f49fb..a5d3c0b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Um die Bremer Firmware zu bauen sind folgende Vorbereitungen notwendig: ```sh # Build-Dependencies installieren (Debian) -sudo apt-get install build-essential subversion libncurses5-dev zlib1g-dev unzip gawk git +sudo apt-get install coreutils build-essential subversion git libncurses5-dev zlib1g-dev unzip gawk # Dieses und das Gluon-Repository clonen git clone --recursive https://github.com/FreifunkBremen/gluon-site-ffhb.git ```