This repository has been archived by the owner on Mar 5, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 534
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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... | ||
|
@@ -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** | ||
|