update nodegui readme

This commit is contained in:
Atul R 2020-01-24 20:00:01 +01:00
parent 9b8de340fd
commit f757e3a948
2 changed files with 11 additions and 2 deletions

View File

@ -33,6 +33,8 @@ jobs:
Latest auto release corresponding to commit ${{github.sha}} 🔥.
To install do:
`npm install https://github.com/nodegui/nodegui/releases/download/v0.0.0-latest-master/nodegui-master.tgz`
or
`npm install http://master-release.nodegui.org`
assets: >
nodegui-nodegui-0.0.0-latest-master.tgz:nodegui-master.tgz:application/tar+gzip
recreate: true

View File

@ -57,18 +57,24 @@ https://github.com/nodegui/examples
## Installation
To install latest stable release:
#### To install latest stable release:
```
npm install @nodegui/nodegui
```
To install the latest version available on master branch:
#### To install the latest version available on master branch:
```
npm install https://github.com/nodegui/nodegui/releases/download/v0.0.0-latest-master/nodegui-master.tgz
```
or a shorter version:
```
npm i http://master-release.nodegui.org
```
**Community guides**
- https://blog.logrocket.com/electron-alternatives-exploring-nodegui-and-react-nodegui/ - Electron alternatives: Exploring NodeGUI and React NodeGUI by [Siegfried Grimbeek](https://blog.logrocket.com/author/siegfriedgrimbeek/).
@ -187,6 +193,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!