diff --git a/website/docs/guides/getting-started.md b/website/docs/guides/getting-started.md index b6b4dfe58..4f92982bd 100644 --- a/website/docs/guides/getting-started.md +++ b/website/docs/guides/getting-started.md @@ -118,14 +118,13 @@ 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 -# Clone the repository -$ git clone https://github.com/nodegui/nodegui-starter -# Go into the repository -$ cd nodegui-starter -# Install dependencies -$ npm install -# Run the app -$ npm start + git clone https://github.com/nodegui/nodegui-starter + + cd nodegui-starter + + npm install + + npm start ``` That's it! diff --git a/website/docs/guides/tutorial.md b/website/docs/guides/tutorial.md index 3e119a0af..904adb0b0 100644 --- a/website/docs/guides/tutorial.md +++ b/website/docs/guides/tutorial.md @@ -49,14 +49,13 @@ Clone and run the code by using the **Note**: Running this requires [Git](https://git-scm.com) and [npm](https://www.npmjs.com/). ```sh -# Clone the repository -$ git clone https://github.com/nodegui/nodegui-starter -# Go into the repository -$ cd nodegui-starter -# Install dependencies -$ npm install -# Run the app -$ npm start + git clone https://github.com/nodegui/nodegui-starter + + cd nodegui-starter + + npm install + + npm start ``` [quick-start]: https://github.com/nodegui/nodegui-starter