diff options
author | bptato <nincsnevem662@gmail.com> | 2023-12-14 13:00:09 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-12-14 13:00:09 +0100 |
commit | 55bba9590f47cda12ccc2273a9bc02d21cc82d89 (patch) | |
tree | 72186037967cf38f3886b3628b92298da2d38393 | |
parent | 7e4ec78a6ebeefc3bae042e47a014854af54694d (diff) | |
download | chawan-55bba9590f47cda12ccc2273a9bc02d21cc82d89.tar.gz |
Update readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 9fd4c5e5..f2f56555 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ supported yet.) * If you are using a system where the default make program is not GNU make (e.g. BSD), install gmake and use it in the following steps. 4. Download parts of Chawan found in other repositories: `make submodule` -5. Run `make`. (By default, this will build in release mode for development, +5. Run `make`. (By default, this will build in release mode; for development, use `make TARGET=debug`. For details, see [doc/build.md](doc/build.md).) 6. If you want manpages, run `make manpage`. 7. Finally, install using `make install` (e.g. `sudo make install`) |