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