From 54cf4b9fe59e34d8a42b7a2890c9bc5b746c339d Mon Sep 17 00:00:00 2001 From: Hauke Duden <19410908+haukeduden@users.noreply.github.com> Date: Fri, 4 Nov 2022 18:31:13 +0100 Subject: [PATCH] Updated readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78a03e5..d91e4f9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ Countly metrics are auto-detected when init is called. ## How to use -Download the [Latest Release](https://github.com/RealAshampoo/countly-sdk-c/releases/latest/download/countly_x64.zip). +Download the latest release [for x64](https://github.com/RealAshampoo/countly-sdk-c/releases/latest/download/countly_x64.zip) +or [for x86](https://github.com/RealAshampoo/countly-sdk-c/releases/latest/download/countly_x86.zip) . Include the countly_c.h header in your application and link to the import library countly_c.lib (or load the DLL dynamically if that is more convenient in your context).