From b12e7dad9714f11d5f5c26bfec865dbe071a48bc Mon Sep 17 00:00:00 2001 From: Paul Hollinsky Date: Wed, 21 Nov 2018 13:42:21 -0500 Subject: [PATCH] Added a README link to the documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 98f8cb0..b1e8e8b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ An open source solution to integrate Intrepid Control Systems vehicle networking hardware with your application. +[Read the Full Documentation](https://libicsneo.readthedocs.io/) + ## Getting Started There are two major ways to write a new application using libicsneo. You can use the C++ interface, which will be compiled with your project and statically linked, or you can use the C interface, which can be either statically or dynamically linked. ### Integration with CMake (Static Linking)