Better installation instructions

Fixes #117.
parent bf7fca98
...@@ -10,10 +10,20 @@ Overview ...@@ -10,10 +10,20 @@ Overview
Chromebooks with Chrome OS run a linux kernel - the only missing piece to use them as full-featured linux distro was gcc and make with their dependencies. Well, the piece isn't missing anymore. Say hello to chromebrew! Chromebooks with Chrome OS run a linux kernel - the only missing piece to use them as full-featured linux distro was gcc and make with their dependencies. Well, the piece isn't missing anymore. Say hello to chromebrew!
Prerequisites
-------------
You will need a chromebook with developer mode enabled.
On [the ChromiumOs Wiki](https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices) select your device and follow the instructions listed there.
Please be aware of the fact that developer mode is insecure if not properly configured.
Installation Installation
------------ ------------
Open the terminal with Ctrl+Alt+T and type `shell`.
Download and run the installation script Then download and run the installation script
wget -q -O - https://raw.github.com/skycocker/chromebrew/master/install.sh | bash wget -q -O - https://raw.github.com/skycocker/chromebrew/master/install.sh | bash
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment