Updated the documentation with the links to talks
This commit is contained in:
@@ -118,13 +118,15 @@ Clone and run the code in this tutorial by using the
|
||||
**Note**: Running this requires [Git](https://git-scm.com) and [npm](https://www.npmjs.com/).
|
||||
|
||||
```sh
|
||||
git clone https://github.com/nodegui/nodegui-starter
|
||||
|
||||
cd nodegui-starter
|
||||
git clone https://github.com/nodegui/nodegui-starter
|
||||
|
||||
npm install
|
||||
cd nodegui-starter
|
||||
|
||||
npm install
|
||||
|
||||
npm start
|
||||
|
||||
npm start
|
||||
```
|
||||
|
||||
That's it!
|
||||
|
||||
@@ -49,13 +49,14 @@ Clone and run the code by using the
|
||||
**Note**: Running this requires [Git](https://git-scm.com) and [npm](https://www.npmjs.com/).
|
||||
|
||||
```sh
|
||||
git clone https://github.com/nodegui/nodegui-starter
|
||||
|
||||
cd nodegui-starter
|
||||
git clone https://github.com/nodegui/nodegui-starter
|
||||
|
||||
npm install
|
||||
cd nodegui-starter
|
||||
|
||||
npm start
|
||||
npm install
|
||||
|
||||
npm start
|
||||
```
|
||||
|
||||
[quick-start]: https://github.com/nodegui/nodegui-starter
|
||||
|
||||
Reference in New Issue
Block a user