From 0f345261df04e56e7bfe18223240a4dfa5febb66 Mon Sep 17 00:00:00 2001 From: Chris Eykamp Date: Wed, 4 Oct 2017 17:51:02 -0700 Subject: [PATCH] Small clarification --- docs/user-guide/install/building-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/install/building-from-source.md b/docs/user-guide/install/building-from-source.md index 591551da9a..9de47a78ea 100644 --- a/docs/user-guide/install/building-from-source.md +++ b/docs/user-guide/install/building-from-source.md @@ -44,7 +44,7 @@ git checkout release-1.3 #### Build -The following command will build thingsboard project: +Run the following command from the thingsboard folder to build the project: ```bash mvn clean install