From 40bdd94f24162d05ef6d54cc6b76694db8f607c3 Mon Sep 17 00:00:00 2001
From: Ernesto Corbellini <ecorbellini@ekumenlabs.com>
Date: Fri, 8 Jan 2016 11:11:24 -0300
Subject: [PATCH] Added link to a video tutorial.

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index d557df0..9588c03 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,9 @@ Features implemented:
 * Also make sure you have the following packages: ```ros-indigo-actionlib``` ```ros-indigo-actionlib-tutorials``` ```ros-indigo-genjava```
 * Download the project: ```$ git clone https://github.com/ernestmc/rosjava_actionlib.git```
 
+You can find a video tutorial showing how to install and test the library following the instructions below:
+https://youtu.be/FmmsMdEbYFs
+
 ## Compiling:
 1. Go to the package folder: ```$ cd rosjava_actionlib```
 2. Compile the code: ```$ catkin_make```
-- 
GitLab