aboutsummaryrefslogtreecommitdiff
path: root/running.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-09-13 10:11:29 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-09-13 10:11:29 -0400
commit0ddb3ef166def381239fffada465bbd9f3851d19 (patch)
treec53e5d7a1ea8c2379cccd46aa04c0574e04761f5 /running.md
parent9173df2cb23454a8f997d7cf005d273bad2e5715 (diff)
BQN added to Guix, available in non-stable snapshots
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 91523ddd..64db2726 100644
--- a/running.md
+++ b/running.md
@@ -4,7 +4,7 @@
[CBQN](https://github.com/dzaima/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). There are also third party [Windows builds](https://github.com/actalley/WinBQN) hosted on Github.
+Some Linux distributions have third-party BQN packages: for general use I recommend `cbqn` from nixpkgs (Nix), `cbqn-git` from the AUR (Arch), and `bqn` in development Guix (not 1.3.0). There are also third party [Windows builds](https://github.com/actalley/WinBQN) hosted on Github.
For tools related to running BQN, see the [editor plugins](editors/README.md) and [fonts page](https://mlochbaum.github.io/BQN/fonts.html).