From 097763a01dea8c5b09278a1c5957737be46b9d71 Mon Sep 17 00:00:00 2001 From: NeoTheFox Date: Sun, 1 Mar 2015 19:01:38 +0300 Subject: [PATCH] Updated README.md --- README.md | 5 +++++ RepRaptor.pro | 4 ++++ 2 files changed, 9 insertions(+) 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