From 96f9999ee1d57805ba37e38fbe4c7e7a0b633552 Mon Sep 17 00:00:00 2001 From: Atul R Date: Tue, 30 Jul 2019 22:05:29 +0200 Subject: [PATCH] update starter link --- README.md | 2 +- extras/docs/tutorial/first-app.md | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 31529edce..4ca3c8481 100644 --- a/README.md +++ b/README.md @@ -59,4 +59,4 @@ MIT # TODO -- Make https://github.com/nodegui/nodegui-quick-start +- Make https://github.com/nodegui/nodegui-starter diff --git a/extras/docs/tutorial/first-app.md b/extras/docs/tutorial/first-app.md index 207e8bd50..3f0619860 100644 --- a/extras/docs/tutorial/first-app.md +++ b/extras/docs/tutorial/first-app.md @@ -11,15 +11,15 @@ This enabled NodeGui to be extrememly memory and CPU efficient as compared to ot ## Hello World Clone and run the code in this tutorial by using the -[`nodegui/nodegui-quick-start`][quick-start] repository. +[`nodegui/nodegui-starter`][quick-start] repository. **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-quick-start +$ git clone https://github.com/nodegui/nodegui-starter # Go into the repository -$ cd nodegui-quick-start +$ cd nodegui-starter # Install dependencies $ npm install # Run the app @@ -99,19 +99,19 @@ directory. ## Trying this Example Clone and run the code in this tutorial by using the -[`nodegui/nodegui-quick-start`][quick-start] repository. +[`nodegui/nodegui-starter`][quick-start] repository. **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-quick-start +$ git clone https://github.com/nodegui/nodegui-starter # Go into the repository -$ cd nodegui-quick-start +$ cd nodegui-starter # Install dependencies $ npm install # Run the app $ npm start ``` -[quick-start]: https://github.com/nodegui/nodegui-quick-start +[quick-start]: https://github.com/nodegui/nodegui-starter