Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Sep 4, 2015
1 parent a870e4f commit c5cba26
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,21 @@ Modified (2015) by Arun Prakash Jana <[email protected]>
> - Minimal dependencies
> - Open source and free
# Installation

google-cli requires Python 2.7.x or Python 3.x to work.

The following steps are tested on Ubuntu 14.04.3 x64_64:
<pre>$ git clone https://github.com/jarun/google-cli/
$ cd google-cli
$ sudo make install</pre>

To remove, run:
<pre>$ sudo make uninstall</pre>

google-cli is also available on AUR:
https://aur.archlinux.org/packages/google-cli/

# Usage

<pre>Usage: googler [OPTIONS] KEYWORDS...
Expand Down Expand Up @@ -99,18 +114,6 @@ http://stackoverflow.com/questions/20530996/aliases-in-windows-command-prompt
10. On the fly <b>help</b> (usage details):
<pre>$ googler</pre>

# Installation

google-cli requires Python 2.7.x or Python 3.x to work.

The following steps are tested on Ubuntu 14.04.3 x64_64:
<pre>$ git clone https://github.com/jarun/google-cli/
$ cd google-cli
$ sudo make install</pre>

To remove, run:
<pre>$ sudo make uninstall</pre>

# News

>**04 Sep, 2015**
Expand Down

0 comments on commit c5cba26

Please sign in to comment.