From ea853412d903462ca252e67ce4272aa5d666b971 Mon Sep 17 00:00:00 2001 From: Vyacheslav Terdunov Date: Thu, 4 May 2017 15:05:38 +0300 Subject: [PATCH] Fixed package install command for Ubuntu into README file. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff8bfed..a3cfd02 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ Building the tool Run `qmake && make`. You get `./svn-all-fast-export`. (Do a checkout of the repo .git' and run qmake and make. You can only build it after having installed libsvn-dev, and naturally Qt. Running the command will give you all the options you can pass to the tool.) -You will need to have some packages to compile it. For Ubuntu distros, use this command to install them all: -`sudo apt-get install build-essential subversion git qtchooser qt-qmake qt5-default libapr1 libapr1-dev libsvn-dev` +You will need to have some packages to compile it. For Ubuntu distros, use this command to install them all: +`sudo apt-get install build-essential subversion git qtchooser qt5-default libapr1 libapr1-dev libsvn-dev` KDE ---