Change Readme

This commit is contained in:
santic-zombie
2023-01-14 19:35:41 +03:00
parent 410499e5bf
commit 3c686d4b81

View File

@@ -0,0 +1,6 @@
# Tox bot
Build:
```
gcc -o echo_bot tox_bot.c commands.c misc.c -std=gnu99 -lsodium -I /usr/local/include/ -ltoxcore -lconfig
```