From a39fd2d95981ab03e227db2d11436bcee4a540e1 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sun, 14 May 2017 15:58:15 +0200 Subject: [PATCH 1/3] docs(readme): https --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c7f089..dd63984 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 @@ -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 myBlank blank ``` From b59e8c19bbe4473adbc719a0ae37191b0f172b5c Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sun, 14 May 2017 16:07:35 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dd63984..8e5e3fc 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 myBlank blank ``` +: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 `myBlank` and run: From f9cf7a9eb44a457cb2de94f535d97e8d6dbe1756 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Thu, 1 Jun 2017 14:13:42 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e5e3fc..7817d07 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ This is a starter template for [Ionic](https://ionicframework.com/docs/) project ## How to use this template -*This template does not work on its own*. The shared files for each starter are found in the [ionic2-app-base repo](https://github.com/driftyco/ionic2-app-base). +*This template does not work on its own*. The shared files for each starter are found in the [ionic2-app-base repo](https://github.com/ionic-team/ionic2-app-base). -To use this template, either create a new ionic project using the ionic node.js utility, or copy the files from this repository into the [Starter App Base](https://github.com/driftyco/ionic2-app-base). +To use this template, either create a new ionic project using the ionic node.js utility, or copy the files from this repository into the [Starter App Base](https://github.com/ionic-team/ionic2-app-base). ### With the Ionic CLI: @@ -27,4 +27,3 @@ $ ionic cordova run ios ``` Substitute ios for android if not on a Mac. -