Updated the documentation with the links to talks

This commit is contained in:
Atul R
2019-11-06 21:42:45 +01:00
parent af4c76ea4d
commit fbbfa97d4b
3 changed files with 28 additions and 8 deletions
+6 -4
View File
@@ -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!
+5 -4
View File
@@ -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