diff --git a/README.md b/README.md index 555cdba..e4a9449 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,9 @@ qmake RepRaptor.pro make ``` +## Links +![RepRap wiki](http://reprap.org/wiki/RepRaptor) +![Windows dev builds](http://reprap.org/wiki/File:RepRaptor-000-windows.zip) + +[![Support via Gratipay](//img.shields.io/gratipay/NeoTheFox.svg)](https://gratipay.com/NeoTheFox/) diff --git a/RepRaptor.pro b/RepRaptor.pro index c2cda33..42d598c 100644 --- a/RepRaptor.pro +++ b/RepRaptor.pro @@ -27,3 +27,7 @@ FORMS += mainwindow.ui \ RESOURCES += \ graphics.qrc + +DISTFILES += \ + LICENCE \ + README.md