Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uninhm authored Jul 25, 2020
1 parent bbd414a commit 5057ff9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ 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

Expand Down

0 comments on commit 5057ff9

Please sign in to comment.