From 603d2fe14e1c688fa941dc98950829168edd18d1 Mon Sep 17 00:00:00 2001 From: Hauke Duden <19410908+haukeduden@users.noreply.github.com> Date: Mon, 27 Jun 2022 14:32:30 +0200 Subject: [PATCH] doc update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f790752..78a03e5 100644 --- a/README.md +++ b/README.md @@ -11,6 +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). + 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).