add note about cacert.pem

This commit is contained in:
Connor Olding 2021-10-21 16:57:48 +02:00
parent 16b3328690
commit 9946b5e961

View File

@ -9,6 +9,12 @@ patches nim 1.0.0 to compile with MSYS2, and use MSYS2 paths/DLLs.
a few things might not work, but the core functionality
(including nimble) is working.
**NOTE:** you'll want a `cacert.pem` somewhere in your PATH.
for example, (don't actually use this path):
```
curl -LsS https://curl.se/ca/cacert.pem -o /c/Windows/cacert.pem
```
### mingw-w64-tbox
patches tbox to compile/run with MSYS2.