From 2f1256515cb63ebc0062990841ad0907c78db385 Mon Sep 17 00:00:00 2001 From: chrox Date: Sun, 23 Mar 2014 16:55:15 +0800 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cc53b6d2..5d7f67112 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ Version of autoconf need to be greater than 2.64. Cross toolchains are available to Ubuntu users through these commands: ``` -# building for Kindle +# for Kindle sudo apt-get install gcc-arm-linux-gnueabi g++-arm-linux-gnueabi -# building for Kobo +# for Kobo sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf ```