From 5ba56ca67baae3db140f8b7a2b2fc46bbac5602f Mon Sep 17 00:00:00 2001 From: cancel Date: Sat, 13 Feb 2021 19:21:40 +0900 Subject: [PATCH] Change readme to say `tool` script is POSIX sh It used to be `bash`, but it's not anymore. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3135c2a..a787067 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Livecoding terminal UI: The above, plus ncurses (or compatible curses library), ## Build -The build script, called simply `tool`, is written in `bash`. It should work with `gcc` (including the `musl-gcc` wrapper), `tcc`, and `clang`, and will automatically detect your compiler. You can manually specify a compiler with the `-c` option. +The build script, called simply `tool`, is written in POSIX `sh`. It should work with `gcc` (including the `musl-gcc` wrapper), `tcc`, and `clang`, and will automatically detect your compiler. You can manually specify a compiler with the `-c` option. Currently known to build on macOS (`gcc`, `clang`, `tcc`) and Linux (`gcc`, `musl-gcc`, `tcc`, and `clang`, optionally with `LLD`), and Windows via cygwin or WSL (`gcc` or `clang`, `tcc` untested).