From 2dc2a8ef1954acffbc780795a912c138cd93b9f2 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Thu, 29 Dec 2016 01:00:43 -0500
Subject: [PATCH] Updated the readme to cover some extra details on running the
 examples.

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b08bf9a1..9b98e4e2 100644
--- a/README.md
+++ b/README.md
@@ -34,9 +34,13 @@ git clone https://github.com/Syncleus/aparapi-examples.git
 
 ## Running
 
-To run the examples simply checkout the version you want to run and execute it through maven.
+To run the examples simply checkout the git tag for the version you want to run and execute it through maven. Unless you
+specifically want to try the latest snapshot it is important you checkout a specific git tag instead of the master
+branch. To use the snapshot in the master branch you will have to manually install the core aparapi snapshot that
+matches it since snapshots do not appear in maven central.
 
 ```bash
 
+git checkout v1.3.4
 mvn clean package exec:java
 ```
-- 
GitLab