From f283262e11b9dfd6ba652a82134dc46e7c54e01b Mon Sep 17 00:00:00 2001 From: depler Date: Sat, 3 Sep 2022 13:19:48 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a8a1639..5fb83af 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,6 @@ MSYS2 is needed to build binaries. Steps: 1. Download and unpack curl and boringssl source code into according folders (see versions) 2. Run scripts `patch_curl.bat` and `patch_boringssl.bat` to patch source code 3. Run script `build.bat` to build binaries. Ready to use binaries are located within `curl\bin` folder. + +In case if everything goes fine you should see this: +![image](https://user-images.githubusercontent.com/13541699/188266250-4d719755-2f9b-43c7-96e0-32bb54fbd132.png)