From 0305faec2d50e5c00cfbd3ca4f1913caafa89dc9 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sun, 30 Aug 2020 16:13:39 +0100 Subject: [PATCH] Fixed broken image --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b749a6c2b..d19649b0b 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ ### Setup -Kompute is provided as a single header file [`Kompute.hpp`](single_include/kompute/Kompute.hpp) that can be simply included in your code. +Kompute is provided as a single header file [`Kompute.hpp`](single_include/kompute/Kompute.hpp) that can be simply included in your code and integrated with the shared library. -You can go to our [release page]() to grab the latest library or you can [build from source](). +This project is built using cmake so you are able to include it in your project to build from source as a static library. ### Your first Kompute @@ -176,7 +176,7 @@ Simplified Kompute Components

- +