fixes links (#282)

This commit is contained in:
Atul R 2019-12-19 03:13:22 +05:30 committed by GitHub
parent 80209ba155
commit 7b5e2017ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -31,7 +31,10 @@ jobs:
name: Latest Master Release name: Latest Master Release
body: > body: >
Latest auto release corresponding to commit ${{github.sha}} 🔥. Latest auto release corresponding to commit ${{github.sha}} 🔥.
To install do, npm install https://github.com/@nodegui/nodegui/releases/download/latest-master/nodegui-master.tgz To install do:
```
npm install https://github.com/nodegui/nodegui/releases/download/latest-master/nodegui-master.tgz
```
assets: > assets: >
nodegui-nodegui-1.0.0-master.tgz:nodegui-master.tgz:application/tar+gzip nodegui-nodegui-1.0.0-master.tgz:nodegui-master.tgz:application/tar+gzip
recreate: true recreate: true

View File

@ -68,7 +68,7 @@ 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/latest-master/nodegui-master.tgz npm install https://github.com/nodegui/nodegui/releases/download/latest-master/nodegui-master.tgz
``` ```
**Community guides** **Community guides**