From 5cc21cc670e835a45350628b48ccd0e5a8c46f9c Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sun, 14 May 2017 15:57:49 +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 11310b3f..af2b267c 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 myTabs tabs ``` From 2f7040495d4a5bfac63d04d8b051293a26e9587b Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sun, 14 May 2017 16:07:50 +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 af2b267c..37fb68ae 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 myTabs tabs ``` +: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 `myTabs` and run: From da6c9cb0c02bd53225e81cc3071ce77dcd6c3fa5 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Thu, 1 Jun 2017 14:13:28 +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 37fb68ae..0d0b2aaa 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. -