diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index d3a31857f..fd0d3b602 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -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 diff --git a/README.md b/README.md index 4690f6779..c9da0ab8a 100644 --- a/README.md +++ b/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 + This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!