From 4dbc0e40d69afdf78e705c4b23a9c3f76d72398d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Tue, 21 Feb 2017 12:57:17 +0100
Subject: [PATCH] add eb tutorial

---
 docs.it4i/software/eb.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs.it4i/software/eb.md b/docs.it4i/software/eb.md
index b8400d9a1..71da7e547 100644
--- a/docs.it4i/software/eb.md
+++ b/docs.it4i/software/eb.md
@@ -4,6 +4,9 @@ The objective of this tutorial is to show how EasyBuild can be used to ease, aut
 
 The benefit of using EasyBuild for your builds is that it allows automated and reproducable build of software. Once a build has been made, the build script (via the EasyConfig file) or the installed software (via the module file) can be shared with other users.
 
+!!! hint ""
+    Please, activate Lmod. Default EasuBuild settings is Lua language.
+
 ## Short Introduction
 
 EasyBuild is a tool that allows to perform automated and reproducible compilation and installation of software.
-- 
GitLab