update README.md

This commit is contained in:
chrox
2014-03-23 16:55:15 +08:00
parent b3c2a7e3fd
commit 2f1256515c

View File

@@ -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
```