From bb3e63d2c03898347c6d99c66154cc4d6104f729 Mon Sep 17 00:00:00 2001 From: unihernandez22 <62044675+unihernandez22@users.noreply.github.com> Date: Sat, 25 Jul 2020 01:40:17 -0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 488a1a5..a9c998a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ Bridge bot between IRC, and Telegram. Compile with `-d:ssl` and `-d:release` `nim c -d:ssl -d:release src/bot_irc.nim` + that uses gcc by default, if you want to use clang: + `nim c --cc:clang -d:ssl -d:release src/bot_irc.nim` ## Usage instructions