From 5dbfa06f218e44d232d3e8bfa431f386c3c44d1e Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sun, 14 May 2017 15:57:05 +0200 Subject: [PATCH 1/3] docs(readme): https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08335b9..0020204 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This is a starter template for [Ionic](http://ionicframework.com/docs/) projects. +This is a starter template for [Ionic](https://ionicframework.com/docs/) projects. ## How to use this template From 8816d18e54deba199d95a0ad7fe12817aae29c3e Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sun, 14 May 2017 15:59:04 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0020204..76c0bfa 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To use this template, either create a new ionic project using the ionic node.js Take the name after `ionic2-starter-`, and that is the name of the template to be used when using the `ionic start` command below: ```bash -$ sudo npm install -g ionic cordova +$ npm install -g ionic cordova $ ionic start myTutorial tutorial ``` From d6939fe0c7a744445194621342e3bbbbfe4ce81b Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sun, 14 May 2017 16:07:21 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 76c0bfa..18983e5 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ Take the name after `ionic2-starter-`, and that is the name of the template to b $ npm install -g ionic cordova $ ionic start myTutorial tutorial ``` +:memo: *Note: For a global install of `-g ionic`, OSX/Linux users may need to prefix +the command with `sudo` or can setup [proper file permissions on OSX for +npm](https://www.johnpapa.net/how-to-use-npm-global-without-sudo-on-osx/) to +install without `sudo`.* Then, to run it, cd into `myTutorial` and run: