From 8669f219c4dbbb44d89d743bbe653bf3e93194e6 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Sun, 22 Oct 2023 13:11:38 -0400 Subject: [PATCH] README: add build and usage Signed-off-by: Vincent Batts --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 4c080c8..78fd785 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # find-writable-things +## build + +```shell +make app CFLAGS="-static -s" +``` + +## use + +```shell +./app / +```