summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2021-11-30 22:13:09 +0200
committerHarel Ben-Attia <harelba@gmail.com>2021-11-30 22:13:09 +0200
commitbef6e37b46a7961bddbf9e7d956494779f3e900f (patch)
treeb2844528d2df927a443c0a8a417174af989c3b25
parentc28d520102bb98aaa8dd9283e748eb56554d6039 (diff)
docs
-rw-r--r--mkdocs/docs/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdocs/docs/index.md b/mkdocs/docs/index.md
index d766db2..a3c55d9 100644
--- a/mkdocs/docs/index.md
+++ b/mkdocs/docs/index.md
@@ -76,7 +76,7 @@ Download the tool using the links in the [installation](#installation) below and
| Format | Instructions | Comments |
:---|:---|:---|
-|[OSX]((https://github.com/harelba/q/releases/download/v3.1.6/macos-q))|Run `brew install harelba/q/q` in order to install q (moved it to its own tap), or download the standalone executable directly from the link on the left|A man page is available, just run `man q`||
+|[OSX](https://github.com/harelba/q/releases/download/v3.1.6/macos-q)|Run `brew install harelba/q/q` in order to install q (moved it to its own tap), or download the standalone executable directly from the link on the left|A man page is available, just run `man q`||
|[RPM Package](https://github.com/harelba/q/releases/download/v3.1.6/q-text-as-data-3.1.6.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/q/releases/download/v3.1.6/q-text-as-data-3.1.6-1.x86_64.deb)| Run `sudo dpkg -i <package-filename>`|A man page is available for this release. Just enter `man q`. Some installations don't install the man page properly for some reason. I'll fix this soon|
|[Windows Installer](https://github.com/harelba/q/releases/download/v3.1.6/q-text-as-data-3.1.6.msi)|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`/`bash` window after the installation is done.|