This repository was archived by the owner on Mar 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed
Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change 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
9911410 . 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**
You can’t perform that action at this time.
0 commit comments