Skip to content

Commit

Permalink
osx install stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
harelba committed Feb 8, 2020
1 parent 051911e commit 920f03c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mkdocs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.|
Expand Down
2 changes: 1 addition & 1 deletion mkdocs/docs/js/google-analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 920f03c

Please sign in to comment.