aboutsummaryrefslogtreecommitdiff
path: root/running.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-10-10 11:36:01 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-10-10 11:36:01 -0400
commite1ee58a2f6fb5fa12ced9e200a24e887c3545950 (patch)
tree54f8de4ebe35855b3ed9b8e375ffa9cdfbed2b81 /running.md
parentff915ccd3db19b39f5c472700d8eeee23f8dc1d1 (diff)
Point out that there are Nix packages
Diffstat (limited to 'running.md')
-rw-r--r--running.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/running.md b/running.md
index 7cdf45b1..46ef90aa 100644
--- a/running.md
+++ b/running.md
@@ -4,6 +4,8 @@
[CBQN](https://github.com/dzaima/CBQN) is now the primary offline implementation. However, dzaima/BQN still works, and is used for some testing. Scripts in this repository use `bqn` in the `#!` line if any BQN can run them, and `dbqn` if only dzaima/BQN works.
+For Nix users, nixpkgs now has repositories for several implementations; `cbqn` is recommended for general use.
+
### Self-hosted BQN
See the subsections below for instructions on specific implementations.