diff options
author | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2013-07-23 09:37:37 +0000 |
---|---|---|
committer | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2013-07-23 09:37:37 +0000 |
commit | d937adcc9ee07dde8c96f17b9c54fbba37fb45ba (patch) | |
tree | c2b428e4134a10e1441d2569fe1008be37b3c424 | |
parent | 81a0f6d2d7350e8fba08cb200160a071963fae86 (diff) | |
download | wireshark-d937adcc9ee07dde8c96f17b9c54fbba37fb45ba.tar.gz wireshark-d937adcc9ee07dde8c96f17b9c54fbba37fb45ba.tar.bz2 wireshark-d937adcc9ee07dde8c96f17b9c54fbba37fb45ba.zip |
Fix typo (Missing .git in git clone URL)
svn path=/trunk/; revision=50823
-rw-r--r-- | doc/README.qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.qt b/doc/README.qt index 79b1e2fc13..c4be84b4bd 100644 --- a/doc/README.qt +++ b/doc/README.qt @@ -55,7 +55,7 @@ Download the latest Qt Library + Qt Creator (currently 5.0.2) from http://qt-project.org/downloads/ and install it. For a more native look and feel you should also install Qt Mac Extras: - git clone http://qt.gitorious.org/qt/qtmacextras + git clone http://qt.gitorious.org/qt/qtmacextras.git cd qtmacextras /path/to/qt5/qmake qtmacextras.pro make |