From 4d3e30eb0b84544b20183924c17b19758964fa8d Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 8 May 2022 16:18:03 -0400 Subject: Link to editor and font pages from running.md --- docs/running.html | 1 + running.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/running.html b/docs/running.html index 07ee02c5..65846500 100644 --- a/docs/running.html +++ b/docs/running.html @@ -7,6 +7,7 @@

How to run BQN

CBQN is the primary offline implementation. Scripts in this repository start with #! /usr/bin/env bqn in order to look up the user's bqn executable, which is expected to be CBQN.

Third-party packages to build some BQN implementations are available for both Nix and Arch Linux. For general use I recommend cbqn from nixpkgs (Nix) and cbqn-git from the AUR (Arch).

+

For tools related to running BQN, see the editor plugins and fonts page.

All these websites run BQN (on your computer, except Attempt This Online):

diff --git a/running.md b/running.md index 80ed11ab..d78ee91d 100644 --- a/running.md +++ b/running.md @@ -6,6 +6,8 @@ Third-party packages to build some BQN implementations are available for both Nix and Arch Linux. For general use I recommend `cbqn` from nixpkgs (Nix) and `cbqn-git` from the AUR (Arch). +For tools related to running BQN, see the [editor plugins](editors/README.md) and [fonts page](https://mlochbaum.github.io/BQN/fonts.html). + All these websites run BQN (on your computer, except Attempt This Online): | Link | Style | Engine | Comments -- cgit v1.2.3