update nodegui readme
This commit is contained in:
parent
9b8de340fd
commit
f757e3a948
2
.github/workflows/latest.yml
vendored
2
.github/workflows/latest.yml
vendored
@ -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
|
||||
|
||||
11
README.md
11
README.md
@ -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!
|
||||
|
||||
Loading…
Reference in New Issue
Block a user