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

Commit c5cba26

Browse files
committed
Update README.md
1 parent a870e4f commit c5cba26

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,21 @@ Modified (2015) by Arun Prakash Jana <[email protected]>
3636
> - Minimal dependencies
3737
> - Open source and free
3838
39+
# Installation
40+
41+
google-cli requires Python 2.7.x or Python 3.x to work.
42+
43+
The following steps are tested on Ubuntu 14.04.3 x64_64:
44+
<pre>$ git clone https://github.com/jarun/google-cli/
45+
$ cd google-cli
46+
$ sudo make install</pre>
47+
48+
To remove, run:
49+
<pre>$ sudo make uninstall</pre>
50+
51+
google-cli is also available on AUR:
52+
https://aur.archlinux.org/packages/google-cli/
53+
3954
# Usage
4055

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

102-
# Installation
103-
104-
google-cli requires Python 2.7.x or Python 3.x to work.
105-
106-
The following steps are tested on Ubuntu 14.04.3 x64_64:
107-
<pre>$ git clone https://github.com/jarun/google-cli/
108-
$ cd google-cli
109-
$ sudo make install</pre>
110-
111-
To remove, run:
112-
<pre>$ sudo make uninstall</pre>
113-
114117
# News
115118

116119
>**04 Sep, 2015**

0 commit comments

Comments
 (0)