From 93217d7cce249854248ce68d455705253cf63a65 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 1 Nov 2021 16:51:04 -0400 Subject: Clean up test directory structure --- docs/running.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/running.html') diff --git a/docs/running.html b/docs/running.html index 98e6ce01..fc91a006 100644 --- a/docs/running.html +++ b/docs/running.html @@ -5,7 +5,7 @@

How to run BQN

-

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 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.

Self-hosted BQN

See the subsections below for instructions on specific implementations.

-- cgit v1.2.3