aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristian Tismer <ctismer@gmail.com>2015-09-25 19:57:27 +0200
committerChristian Tismer <ctismer@gmail.com>2015-09-25 19:57:27 +0200
commit0e0c887c619c119978c8e2ebbee305dfd2eacba1 (patch)
treedec7a06df4903d0ab2c271d4f03889c320032f2b /README.md
parenteace7b5ec4936b9b8afb3972eb72f7eb4c15093f (diff)
)small fixes (right wiki, name changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2ca20cfe5..7caa16420 100644
--- a/README.md
+++ b/README.md
@@ -14,12 +14,12 @@ from any modern OSS project such as all code in a git repository and an open des
any contribution without requiring a transfer of copyright.
-PySide 2 supports Qt5. For building, please read about [gettting the dependencies](https://github.com/PySide/pyside-setup2/wiki/Dependencies). Then download the sources by running `git clone --recursive https://github.com/PySide/pyside2-setup.git`.
+PySide 2 supports Qt5. For building, please read about [gettting the dependencies](https://github.com/PySide/pyside2/wiki/Dependencies). Then download the sources by running `git clone --recursive https://github.com/PySide/pyside2-setup.git`.
###Building
####Windows
-On Windows, once you have gotten the dependencies and the source, `cd pyside-setup2.git` to enter the directory and then:
+On Windows, once you have gotten the dependencies and the source, `cd pyside2-setup.git` to enter the directory and then:
```
python setup.py install --qmake=\path\to\bin\qmake --cmake=\path\to\bin\cmake --openssl=\path\to\openssl\bin
```