From db3b518ebdc2191758b05535f2a527defe9048ec Mon Sep 17 00:00:00 2001 From: dzaima Date: Thu, 24 Mar 2022 10:34:52 +0200 Subject: [PATCH] note "make install" in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4af39094..bb2fdfd7 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ - `make PIE=""` on ARM CPUs (incl. Android & M1) - `gmake` on BSDs - `make clean` if anything goes bad and you want a clean slate + - `make [...]; sudo make install` to install into `/usr/local/bin/bqn`; `sudo make uninstall` to uninstall 2. `./BQN somefile.bqn` to execute a file, or `rlwrap ./BQN` for a REPL ## Configuration options