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.