git.strcat.st

/strcat/minitox.git/ - summarytreelogarchive

subject
Update README.md
commit
50f413150ff5431a6189e4933e18c95c26c11319
date
2018-04-24T11:18:43Z
message
diff
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ce18e36..737a50e 100644
--- a/README.md
+++ b/README.md
@@ -18,4 +18,5 @@
 
 The only lib required is [toxcore](https://github.com/TokTok/c-toxcore):
 
-> gcc -o minitox minitox.c -ltoxcore
+> gcc -o minitox -I <TOX_H_DIR> minitox.c -L <TOX_LIB_DIR> -ltoxcore
+