From 6bf8f4d3c735222bb7ac3bc3c4c04081dad560aa Mon Sep 17 00:00:00 2001 From: dzaima Date: Thu, 16 Jan 2025 00:52:09 +0200 Subject: [PATCH] Include packaging status in readme closes #130 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 732ded2a..3499ed42 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ ## Running 1. `make` - - Third-party packages and other ways to run BQN are listed [here](https://mlochbaum.github.io/BQN/running.html) - Add `FFI=0` if your system doesn't have libffi - Use `gmake` on BSD - Add `REPLXX=0` if C++ is unavailable (will remove line editing/coloring/name completion in the REPL) @@ -13,6 +12,10 @@ - `make clean` to get to a clean build state 2. `./BQN somefile.bqn` to execute a file, or `./BQN` for a REPL +Alternatively, third-party packages (and other ways to run BQN) are listed [here](https://mlochbaum.github.io/BQN/running.html); CBQN packaging status: + +[![Packaging status](https://repology.org/badge/vertical-allrepos/cbqn.svg)](https://repology.org/project/cbqn/versions) + ## Configuration options The default configuration enables REPLXX & Singeli, and, if not done before, implicitly runs `make for-build` to build a CBQN for running `build/src/build.bqn` and compiling Singeli.