Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavosbarreto committed Jan 9, 2020
1 parent 779b942 commit bf1e518
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bf1e518

Please sign in to comment.