diff --git a/README.md b/README.md index c7c599f..b05c26a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ You shouldn't trust and run random snippets from the Internet! (at least without looking at their code first) -These snippets save a static binary of the utility in your current directory. +These snippets save a (static, if available) binary of the utility in your current directory. To get [`dua`](https://gkak.la/dua): ```sh @@ -20,3 +20,7 @@ To get [`rg`](https://gkak.la/rg): ```sh curl -sL gkak.la/getrg | sh ``` +To get [`q`](https://gkak.la/q): +```sh +curl -sL gkak.la/getq | sh +``` diff --git a/getq.sh b/getq.sh new file mode 100644 index 0000000..c2a8db7 --- /dev/null +++ b/getq.sh @@ -0,0 +1,2 @@ +#!/bin/sh +curl -sL https://gkak.la/qdist | tar xfz - 'q' -C .