Skip to content

Commit 26374d4

Browse files
author
Miqueas Martinez
committed
Update README
1 parent dc7419f commit 26374d4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,22 @@ After you have all these libraries, then run the example:
2525
lua Github.lua
2626
```
2727

28+
### Nim
29+
30+
Build the Nim example with:
31+
32+
```
33+
nim c -d:ssl Github.nim
34+
```
35+
36+
And run:
37+
38+
```
39+
./Github ...
40+
```
41+
42+
__NOTE__: On Windows (and probably macOS too) you'll need to download a [SSL/TLS Certificate](https://curl.se/ca/cacert.pem) and put it into the folder where you compiled the example. This is due to a [Nim bug](https://github.com/nim-lang/Nim/issues/782) and that's the temporary fix.
43+
2844
### Go
2945

3046
Just run with:

0 commit comments

Comments
 (0)