diff --git a/README.md b/README.md index 91c7692..a988f42 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ### How to run it ? ### It's very simple ! You just need to have few knowledge of UNIX/Debian commands. In fact, there are two principal methods : +> In all the cases, you need to extract the files :) + 1. Graphical Option : -Right-clic on Raspiboot.sh file -Make this file executable @@ -19,7 +21,12 @@ chmod a+x Raspiboot.sh && ./Raspiboot.sh Currently, I haven't recieve my Raspberry Pi. I used only the commands found on GitHub about this device. So ONLY Raspbian is fully compactible with the script ! ###What is "rpi-update" ?### -As I already said, Raspiboot is a fork from this project. I can be found on [Hexxeh GitHub page](https://github.com/Hexxeh/rpi-update). +As I already said, Raspiboot is a "fork" from this project, I used the source code to have an updater. I can be found on [Hexxeh GitHub page](https://github.com/Hexxeh/rpi-update) -###How do I install Raspbian for my Raspberry Pi?### -[Check out this video](https://vimeo.com/90518800) :) NOOBS is the best solution for begginers ! +###Where is download page ?### +Personnaly, I would recommand "Releases", but "Download ZIP" works perfectly ! +Tou can also use git-clone : +```sh +git clone https://github.com/GMornat/Raspiboot.git +``` +> Don't forget to install to extract ZIP and TAR.GZ files :)