From e49bcb3b565281cc49aecfc3e4b89c3945278795 Mon Sep 17 00:00:00 2001 From: Alejandro Lopez Gestoso <alopez@iri.upc.edu> Date: Fri, 12 Feb 2021 15:28:12 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2479fd8..486ba33 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Install system dependencies: ``` sudo apt-get install libqt4-dev qt4-qmake qt4-dev-tools libopenscenegraph-dev ``` -Create a build folder inside OpenRoadEd. From the project root folder, execute the following command: +From the project root folder, execute the following command to create a build folder inside OpenRoadEd: ``` mkdir -p OpenRoadEd/build ``` @@ -157,4 +157,4 @@ Mantainer IRI labrobotics (labrobotica@iri.upc.edu) This package is distributed in the hope that it will be useful, but without any warranty. It is provided "as is" without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The entire risk as to the quality and performance of the program is with you. Should the program prove defective, IRI does not assume the cost of any necessary servicing, repair or correction. -In no event unless required by applicable law the author will be liable to you for damages, including any general, special, incidental or consequential damages arising out of the use or inability to use the program (including but not limited to loss of data or data being rendered inaccurate or losses sustained by you or third parties or a failure of the program to operate with any other programs), even if the author has been advised of the possibility of such damages. \ No newline at end of file +In no event unless required by applicable law the author will be liable to you for damages, including any general, special, incidental or consequential damages arising out of the use or inability to use the program (including but not limited to loss of data or data being rendered inaccurate or losses sustained by you or third parties or a failure of the program to operate with any other programs), even if the author has been advised of the possibility of such damages. -- GitLab