Commit 1c645d74 authored by Michał Siwek's avatar Michał Siwek

Merge pull request #118 from Kriskras99/patch-2

Better installation instructions
parents bf7fca98 ebc91e05
......@@ -10,10 +10,22 @@ 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!
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
------------
Open the terminal with Ctrl+Alt+T and type `shell`.
If this command returns `Unknown command: 'wget'` please have a second look at the prerequisites and make sure your Chromebook is in developer mode.
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
......
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