From 6a75ccd43b51a8c4bd22c84b7988d36f16903b80 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sun, 15 Apr 2018 17:28:06 -0400
Subject: [PATCH] docs(repo): added aparapi-vagrant to readme.

ISSUES CLOSED: #70
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 99d04897..ed0235ec 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ This particular repository only represents the core Java library. There are seve
 * [Aparapi Examples](https://github.com/Syncleus/aparapi-examples) - A collection of Java examples to showcase the Aparapi library and help developers get started.
 * [Aparapi JNI](https://github.com/Syncleus/aparapi-jni) - A java JAR which embeds and loads the native components at runtime. This prevents the need to seperately install the Aparapi Native library.
 * [Aparapi Native](https://github.com/Syncleus/aparapi-native) - The native library component. Without this the Java library can't talk to the graphics card. This is not a java project but rather a C/C++ project.
+* [Aparapi Vagrant](https://github.com/Syncleus/aparapi-vagrant) - A vagrant environment for compiling aparapi native libraries for linux, both x86 an x64.
 
 ## Prerequisites
 
-- 
GitLab