houndsniff

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f6afa725c4e03cef0fe5ab8bc175506c93f1336c
parent 610d1b1bace87c8a3a30b3f13dbab55f228568d8
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Sat,  2 Jan 2021 01:32:34 +0000

Update README.md
Diffstat:
MREADME.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -9,9 +9,15 @@ git clone https://github.com/michaeldim02/houndsniff.git && cd houndsniff && chm Compile (c89) ---- +``` make +``` + or manually +``` gcc main.c select.c -lsqlite3 -std=c89 -o hound +``` + Thanks ----