aboutsummaryrefslogtreecommitdiff
path: root/running.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-11-01 16:51:04 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-11-01 16:51:04 -0400
commit93217d7cce249854248ce68d455705253cf63a65 (patch)
treeaad94c9b71d94247c6c31c171a044895b3171701 /running.md
parentd827ec77a2a53f4b99455b0512c7b2fd237d353c (diff)
Clean up test directory structure
Diffstat (limited to 'running.md')
-rw-r--r--running.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/running.md b/running.md
index 51b6f1a0..9582ce53 100644
--- a/running.md
+++ b/running.md
@@ -2,7 +2,7 @@
# How to run BQN
-[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.
+[CBQN](https://github.com/dzaima/CBQN) is now the primary offline implementation, and can be used everywhere in this repository, except test/dzaima which is specifically for testing with dzaima/BQN. Scripts start with `#! /usr/bin/env bqn` in order to look up the user's `bqn` executable.
For Nix users, nixpkgs now has repositories for several implementations; `cbqn` is recommended for general use.