You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,22 @@ After you have all these libraries, then run the example:
25
25
lua Github.lua
26
26
```
27
27
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.
0 commit comments