From bf1e518577dbf9411b215aa549c4b5221e094dd4 Mon Sep 17 00:00:00 2001 From: "Luis Gustavo S. Barreto" Date: Wed, 8 Jan 2020 22:11:12 -0300 Subject: [PATCH] README updated --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f551f45..cf7146e 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,21 @@ QML-Browser. as the name suggests, is a browser for QML files like any other HTM * Basic navigation: back, previous, reload * JavaScript API like standard Web APIs -## Building +## Installing + +### From source ```sh $ qmake $ make ``` +### Binary + +- :computer: [Windows](https://github.com/gustavosbarreto/qml-browser/releases/download/continuous/qml-browser_release.zip) +- :apple: [MacOS](https://github.com/gustavosbarreto/qml-browser/releases/download/continuous/qml-browser.dmg) +- :penguin: [Linux](https://github.com/gustavosbarreto/qml-browser/releases/download/continuous/qml-browser.AppImage) + ## Running You need to serve QML files using any normal webserver. For example: