From 73aa73fd5865cae1bb07ca7d9b988ad0a02fce1a Mon Sep 17 00:00:00 2001 From: Lucas Crisman Date: Fri, 31 Jan 2014 17:00:27 -0300 Subject: [PATCH] joining paragraphs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index afa7877c23..7679054630 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,9 @@ On a fresh Ubuntu 13.10 install, get these requirements from Ubuntu repositories sudo apt-get install build-essential cmake git libcurl4-openssl-dev libasound2 libxmu-dev libxi-dev freeglut3-dev libasound2-dev libjack-dev 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: +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: echo 'export QT_CMAKE_PREFIX_PATH=~/Qt5.2.0/5.2.0/gcc_64/lib/cmake' >> ~/.bashrc