From 920f03c208debba02d3f9aa0b2a7067d164e5eee Mon Sep 17 00:00:00 2001 From: Harel Ben-Attia Date: Sat, 8 Feb 2020 14:38:39 +0200 Subject: [PATCH] osx install stuff --- mkdocs/docs/index.md | 2 +- mkdocs/docs/js/google-analytics.js | 2 +- 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 ` or `rpm -U ` 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 `|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; };