commit c4e64e27b722736df04aa37e4f1fffe658e32793 parent a20543402cf165901d09c5044770b70d0748c38d Author: Dylan Araps <dylan.araps@gmail.com> Date: Tue, 15 Oct 2019 17:33:40 +0300 docs: update Diffstat:
M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -62,7 +62,7 @@ An itsy bitsy floating window manager (*270~ sloc / 24kb compiled!*). ## Installation -1) Modify `config.h` to suit your needs. +1) Copy `config.def.h` to `config.h` and modify it to suit your needs. 2) Run `make` to build `sowm`. 3) Copy it to your path or run `make install`. - `DESTDIR` and `PREFIX` are supported.