diff --git a/README.rst b/README.rst index b0e66a8..ccfa9aa 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ RSTPad reStructuredText editor with live preview. -.. image:: screenshot.jpg +.. image:: screenshot.png .. contents:: @@ -72,7 +72,7 @@ Compilation Prerequisites ============= -- QT 5.7 & Qt Creator +- QT 5.8 & Qt Creator - Python 2.7 (32bit or 64bit depending the used compiler) - `Pygments `_ (tested with 2.1.3) - `Docutils `_ (tested with 0.13, revision 7975) @@ -82,9 +82,9 @@ Build configuration =================== .. NOTE:: - - OS X notes and examples assume that Python 2.7 has been installed using Homebrew. - The paths used below (such as *C:/python*) are just examples. Use actual paths :) - Use forward slashes in all paths. Omit trailing slashes. + - OS X notes and examples assume that Python 2.7 has been installed using Homebrew. Your paths may vary. Copy *rstpad.local.pro.dist*, name it *rstpad.local.pro* and set the following variables: diff --git a/screenshot.jpg b/screenshot.jpg deleted file mode 100644 index 04c6a7c..0000000 Binary files a/screenshot.jpg and /dev/null differ diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..0e73bdc Binary files /dev/null and b/screenshot.png differ