README: add build and usage

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-10-22 13:11:38 -04:00
parent 67939a2371
commit 8669f219c4
Signed by: vbatts
GPG Key ID: E30EFAA812C6E5ED
1 changed files with 11 additions and 0 deletions

View File

@ -1,2 +1,13 @@
# find-writable-things
## build
```shell
make app CFLAGS="-static -s"
```
## use
```shell
./app /
```