summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2014-02-21 10:53:17 -0500
committerHarel Ben-Attia <harelba@gmail.com>2014-02-21 10:53:17 -0500
commitb36a2bde4d3d0abc0ef7b3f27b7f6199f9be7e03 (patch)
tree6c9bc7593d22bef1500072ee687c58041af35753
parent1f4c5e622a0b32f8e5fb2d4f92f999d0bf477d7e (diff)
parentd08bfabd0d1b9cfc547bca2748dc547567749fe9 (diff)
Merge branch 'master' of https://github.com/harelba/q1.1.7
Conflicts: README.markdown
-rw-r--r--README.markdown7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index e181901..8c883b2 100644
--- a/README.markdown
+++ b/README.markdown
@@ -39,12 +39,13 @@ smith smith 4.34389972687
## Installation
* Mac users can use homebrew to install q - Just run `brew install q` (Thanks @stuartcarnie)
-* RPM Package is ready, but still needs to be hosted somewhere. Follow [me](https://twitter.com/harelba) on twitter for updates.
-* Debian Package will come soon.
-* No real installation is required - Just download using the link below and put q in the PATH.
+* Debian/RPM Packages coming soon. Follow [me](https://twitter.com/harelba) on twitter for updates.
+* No real installation is required - Just put q in the PATH.
**Current version is `1.1.6` - Download it [here](https://github.com/harelba/q/archive/1.1.6.tar.gz)**
+
+
**NOTE:** If you're using Python 2.4, then you will have to install the sqlite3 package for q to work.