diff --git a/website/docs/guides/getting-started.md b/website/docs/guides/getting-started.md index 4f92982bd..9bb97c1cb 100644 --- a/website/docs/guides/getting-started.md +++ b/website/docs/guides/getting-started.md @@ -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! diff --git a/website/docs/guides/tutorial.md b/website/docs/guides/tutorial.md index 904adb0b0..80672e6fe 100644 --- a/website/docs/guides/tutorial.md +++ b/website/docs/guides/tutorial.md @@ -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 diff --git a/website/src/components/Talks.js b/website/src/components/Talks.js index 906d26727..75099505f 100644 --- a/website/src/components/Talks.js +++ b/website/src/components/Talks.js @@ -42,6 +42,23 @@ export const Talks = () => { > +