note "make install" in readme

This commit is contained in:
dzaima 2022-03-24 10:34:52 +02:00
parent 85ab47e44d
commit db3b518ebd

View File

@ -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