remove comments

This commit is contained in:
Atul R 2019-11-04 18:52:14 +01:00
parent 0b0c77daac
commit cafb42321e
2 changed files with 14 additions and 16 deletions

View File

@ -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!

View File

@ -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