diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-05-08 16:18:03 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-05-08 16:18:03 -0400 |
| commit | 4d3e30eb0b84544b20183924c17b19758964fa8d (patch) | |
| tree | 3747209734d50c82e3397e7f792a03ee0087f927 /docs/running.html | |
| parent | 9a2978af122dc0c043020c77d96318679cb7575a (diff) | |
Link to editor and font pages from running.md
Diffstat (limited to 'docs/running.html')
| -rw-r--r-- | docs/running.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <h1 id="how-to-run-bqn"><a class="header" href="#how-to-run-bqn">How to run BQN</a></h1> <p><a href="https://github.com/dzaima/CBQN">CBQN</a> is the primary offline implementation. Scripts in this repository start with <code><span class='Comment'>#! /usr/bin/env bqn</span></code> in order to look up the user's <code><span class='Value'>bqn</span></code> executable, which is expected to be CBQN.</p> <p>Third-party packages to build some BQN implementations are available for both Nix and Arch Linux. For general use I recommend <code><span class='Value'>cbqn</span></code> from nixpkgs (Nix) and <code><span class='Value'>cbqn</span><span class='Function'>-</span><span class='Value'>git</span></code> from the AUR (Arch).</p> +<p>For tools related to running BQN, see the <a href="editors/index.html">editor plugins</a> and <a href="https://mlochbaum.github.io/BQN/fonts.html">fonts page</a>.</p> <p>All these websites run BQN (on your computer, except Attempt This Online):</p> <table> <thead> |
