summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordzaima <dzaimagit@gmail.com>2023-12-27 19:23:10 +0200
committerdzaima <dzaimagit@gmail.com>2023-12-27 19:23:10 +0200
commit74673395f64d39b02429f6138dda09049930dcec (patch)
tree5c5cd5fad305a49c38137ed5f539387e06fc2363 /README.md
parentce31945124ed205e5f274034f13bb0a35cdefcce (diff)
more "neutral" make clean description
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0994c4b1..a804b0c3 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
- Use `gmake` on BSD
- Add `REPLXX=0` if C++ is unavailable (will remove line editing/coloring/name completion in the REPL)
- Run `sudo make install` afterwards to install into `/usr/local/bin/bqn` (a `PREFIX=/some/path` argument will install to `/some/path/bin/bqn`); `sudo make uninstall` to uninstall
- - `make clean` if anything breaks and you want a clean build slate
+ - `make clean` to get to a clean build state
2. `./BQN somefile.bqn` to execute a file, or `./BQN` for a REPL
## Configuration options