From 242d1abd7ed396eeea32ca303905315c51e71130 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 11:50:20 +0100 Subject: [PATCH] add eb tutorial --- docs.it4i/software/eb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.it4i/software/eb.md b/docs.it4i/software/eb.md index b44e29da3..764c807fc 100644 --- a/docs.it4i/software/eb.md +++ b/docs.it4i/software/eb.md @@ -8,7 +8,7 @@ The benefit of using EasyBuild for your builds is that it allows automated and r EasyBuild is a tool that allows to perform automated and reproducible compilation and installation of software. -All builds and installations are performed at user level, so you don't need the admin rights. The software are installed in your home directory (by default in $HOME/.local/easybuild/software/) and a module file is generated (by default in $HOME/.local/easybuild/modules/) to use the software. +All builds and installations are performed at user level, so you don't need the admin rights. The software are installed in your home directory (by default in `$HOME/.local/easybuild/software/`) and a module file is generated (by default in `$HOME/.local/easybuild/modules/`) to use the software. EasyBuild relies on two main concepts \* Toolchains -- GitLab