fixes links (#282)
This commit is contained in:
parent
80209ba155
commit
7b5e2017ee
5
.github/workflows/latest.yml
vendored
5
.github/workflows/latest.yml
vendored
@ -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
|
||||||
|
|||||||
@ -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**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user