summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2020-02-08 14:38:39 +0200
committerHarel Ben-Attia <harelba@gmail.com>2020-02-08 14:38:39 +0200
commit920f03c208debba02d3f9aa0b2a7067d164e5eee (patch)
treeed9e7584b0ba0f8c8f8fd12aab46415dcd78bc11
parent051911e49525bda3ecc0f30bb63d7e8d90407caf (diff)
osx install stuffnew-site-sources
-rw-r--r--mkdocs/docs/index.md2
-rw-r--r--mkdocs/docs/js/google-analytics.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/mkdocs/docs/index.md b/mkdocs/docs/index.md
index 8e839f9..777d4cc 100644
--- a/mkdocs/docs/index.md
+++ b/mkdocs/docs/index.md
@@ -32,7 +32,7 @@ Look at some examples [here](#examples), or just download the tool using the lin
| Format | Instructions | Comments |
:---|:---|:---|
-|[OSX](https://github.com/harelba/packages-for-q/raw/master/single-binary/Darwin/2.0.9/q)|Just run `brew install q` or download the executable from the link on the left, make it executable, and use it.|Make sure that you run `brew update` if needed||
+|[OSX](https://github.com/harelba/packages-for-q/raw/master/single-binary/Darwin/2.0.9/q)|Download the executable from the link on the left, make it executable, and use it.|`brew install q` currently downloads the older version `1.7.1`. I'll update it to install the new version soon||
|[RPM Package](https://github.com/harelba/packages-for-q/raw/master/rpms/q-text-as-data-2.0.9-1.x86_64.rpm)| run `rpm -ivh <package-filename>` or `rpm -U <package-filename>` if you already have an older version of q.| A man page is available for this release. Just enter man q.|
|[DEB Package](https://github.com/harelba/packages-for-q/raw/master/deb/q-text-as-data_2.0.9-2_amd64.deb)| Run `sudo dpkg -i <package-filename>`|A man page is available for this release. Just enter `man q`.|
|[Windows Installer](https://github.com/harelba/packages-for-q/raw/master/windows/setup-q-2.0.9.exe)|Run the installer executable and hit next next next... q.exe will be added to the PATH so you can access it everywhere.|Windows doesn't update the PATH retroactively for open windows, so you'll need to open a new cmd window after the installation is done.|
diff --git a/mkdocs/docs/js/google-analytics.js b/mkdocs/docs/js/google-analytics.js
index 69817c6..4c0829d 100644
--- a/mkdocs/docs/js/google-analytics.js
+++ b/mkdocs/docs/js/google-analytics.js
@@ -40,7 +40,7 @@ function GAizeTOCLink(l) {
gtag('event','navigate', { 'event_category': 'Navigation', 'event_label': 'go to ' + toc_name, 'value': 1 });
setTimeout(function() {
location.href = that.href;
- }, 500);
+ }, 250);
return false;
};