summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2021-10-22 13:42:43 +0300
committerHarel Ben-Attia <harelba@gmail.com>2021-10-22 13:42:43 +0300
commita1a3d6941657dc5ff75d5c557144d06098bd2a5c (patch)
treed16d756133eb36bc7eb0739cc72a9058201c2a54
parentd30a2cfc0836478f5f06213521f11b6ec25d779b (diff)
docs
-rw-r--r--QSQL-NOTES.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/QSQL-NOTES.md b/QSQL-NOTES.md
index 7a58a95..2d9dd35 100644
--- a/QSQL-NOTES.md
+++ b/QSQL-NOTES.md
@@ -1,5 +1,6 @@
# New beta version 3.1.0-beta is available
+Installation instructions [at the end of this document](TBD)
Contains a lot of major changes, see sections below for details.
@@ -135,3 +136,12 @@ Users which for some reason still use q's main source code file directly and use
If you are such a user, and this decision hurts you considerably, please ping me.
+# Installation of the new beta release
+For now, only Linux RPM, DEB and Mac OSX are supported. Almost made the Windows version work, but there's some issue there, and the windows executable requires some external dependencies which I'm trying to eliminate.
+
+The beta OSX version is not in `brew` yet, you'll need to take the `macos-q` executable, put it in your filesystem and `chmod +x` it.
+
+DEB/RPM are working well, although for some reason showing the q manual (`man q`) does not work for Debian, even though it's packaged in the DEB file. I'll get around to fixing it later.
+
+Download the relevant files directly from [The Beta Release Assets](https://github.com/harelba/q/releases/tag/v3.1.0-beta).
+