From df02065247b1318231c4fc643b57d94372e654e1 Mon Sep 17 00:00:00 2001 From: Dario Vladovic Date: Sat, 26 Jun 2021 02:43:48 +0200 Subject: [PATCH] Update installation docs Update Homebrew distribution status. (Now it includes the manpage.) Rename OSX to macOS. --- mkdocs/docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs/docs/index.md b/mkdocs/docs/index.md index ccf76ffb..dc3578b2 100644 --- a/mkdocs/docs/index.md +++ b/mkdocs/docs/index.md @@ -32,8 +32,8 @@ Look at some examples [here](#examples), or just download the tool using the lin | Format | Instructions | Comments | :---|:---|:---| -|[OSX](https://github.com/harelba/q/releases/download/2.0.19/q-x86_64-Darwin)|run `brew install q`|man page is not available for this release yet. Use `q --help` for now|| -|[RPM Package](https://github.com/harelba/q/releases/download/2.0.19/q-text-as-data-2.0.19-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.| +|[macOS](https://github.com/harelba/q/releases/download/2.0.19/q-x86_64-Darwin)|run `brew install q`|A man page is available for this release. Just enter `man q`.| +|[RPM Package](https://github.com/harelba/q/releases/download/2.0.19/q-text-as-data-2.0.19-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/q/releases/download/2.0.19/q-text-as-data_2.0.19-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/q/releases/download/2.0.19/q-AMD64-Windows-installer.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.| |[tar.gz](https://github.com/harelba/q/archive/2.0.19.tar.gz)|Full source file tree for latest stable version. Note that q.py cannot be used directly anymore, as it requires python dependencies||