Commit ac777a0e authored by Michał Siwek's avatar Michał Siwek

Update readme with usage instructions

parent d3bc862f
...@@ -5,11 +5,26 @@ Package manager for Chrome OS ...@@ -5,11 +5,26 @@ Package manager for Chrome OS
Overview 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!
Installation Installation
------------ ------------
Download and run installation script 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
Usage
-----
sudo cbrew <command> <package>
Where available commands are:
* search
* download
* install
* remove
Available packages are listed in the [packages directory](https://github.com/skycocker/chromebrew/tree/master/packages).
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