From 18ce012d7aba237b3238c18b29b52ad0c3a9117a Mon Sep 17 00:00:00 2001 From: Lucas Crisman Date: Fri, 31 Jan 2014 17:03:57 -0300 Subject: [PATCH] simplifying text --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7679054630..a42bbd1626 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,7 @@ On a fresh Ubuntu 13.10 install, get these requirements from Ubuntu repositories Then [download lastest Qt packages](http://qt-project.org/downloads), untar/install to your prefered path and set your `QT_CMAKE_PREFIX_PATH` environment variable as described above in the CMake section. It's -recommended that you set the variable automatically on each shell instance to save this task in the future, -such as: +recommended to set the variable automatically on each shell instance to save this task in the future: echo 'export QT_CMAKE_PREFIX_PATH=~/Qt5.2.0/5.2.0/gcc_64/lib/cmake' >> ~/.bashrc