From 9946b5e9616525b3acfcd223d5a466140b60674c Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Thu, 21 Oct 2021 16:57:48 +0200 Subject: [PATCH] add note about `cacert.pem` --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6cf26f9..e83bc3c 100644 --- a/README.md +++ b/README.md @@ -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.