From 1ec3193ceaf16bcac432b7dcd0cf2c031e25fe27 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Sat, 25 Jan 2025 07:43:56 -0700 Subject: [PATCH] docs: add ubuntu installation instructions --- mkdocs/docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs/docs/index.md b/mkdocs/docs/index.md index 3d5601ce..13fb1060 100644 --- a/mkdocs/docs/index.md +++ b/mkdocs/docs/index.md @@ -79,6 +79,7 @@ Download the tool using the links in the [installation](#installation) below and |[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 ` 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/v3.1.6/q-text-as-data-3.1.6-1.x86_64.deb)| Run `sudo dpkg -i `|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| +|[Ubuntu Package](https://packages.ubuntu.com/oracular/python3-q-text-as-data)|Run `sudo apt-get install python-q-text-as-data`|This is not officially maintained| |[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.| |[Source tar.gz](https://github.com/harelba/q/archive/refs/tags/v3.1.6.tar.gz)|Full source file tree for latest stable version. Note that q.py cannot be used directly anymore, as it requires python dependencies|| |[Source zip](https://github.com/harelba/q/archive/refs/tags/v3.1.6.zip)|Full source file tree for the latest stable version. Note that q.py cannot be used directly anymore, as it requires python dependencies||