README: add build and usage
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
67939a2371
commit
8669f219c4
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -1,2 +1,13 @@
|
|||
# find-writable-things
|
||||
|
||||
## build
|
||||
|
||||
```shell
|
||||
make app CFLAGS="-static -s"
|
||||
```
|
||||
|
||||
## use
|
||||
|
||||
```shell
|
||||
./app /
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue