Commit 7e9b5a82 authored by Michał Siwek's avatar Michał Siwek

Update readme

parent 3b091597
...@@ -23,13 +23,13 @@ Usage ...@@ -23,13 +23,13 @@ Usage
Where available commands are: Where available commands are:
* search [looks for a package] * search [looks for a package]
* download [downloads a package to CREW_BREW_DIR (/usr/local/tmp/crew by default), but doesn't install it] * download [downloads a package to `CREW_BREW_DIR` (`/usr/local/tmp/crew` by default), but doesn't install it]
* install [installs a package along with its dependencies. You'll be prompted for confirmation, must be ran as root] * install [installs a package along with its dependencies. You'll be prompted for confirmation]
* remove [removes a package. Must be ran as root] * remove [removes a package. Must be ran as root]
Available packages are listed in the [packages directory](https://github.com/skycocker/chromebrew/tree/master/packages). Available packages are listed in the [packages directory](https://github.com/skycocker/chromebrew/tree/master/packages).
Chromebrew will wipe its BREW_DIR (/usr/local/tmp/crew by default) after installation unless you pass "keep" as the last parameter when running "crew install". Chromebrew will wipe its `BREW_DIR` (`/usr/local/tmp/crew` by default) after installation unless you pass "keep" as the last parameter when running "crew install".
crew install <package> keep crew install <package> keep
......
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