Sorry Typo in setting up Nano
Install Nano
If you hate vi as much as I do, you can install nano by first going to your home directory
>cd
or better to the unused part of you SD card
>cd /media/realroot
creating a work directory
>mkdir arduino
>cd arduino
and installing nano with the following commands
>wget http://www.nano-editor.org/dist/v2.2/nano-2.2.6.tar.gz
>tar -xzf nano*.gz
>cd nano*
.>./configure && make && make install