From 4b9879783169f47e9a997f99b2d546724b001cc1 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sun, 14 May 2017 15:56:25 +0200 Subject: [PATCH 1/5] docs(readme): https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12e81c2..9b21846 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 71e90cb5747293b56146e15b8c97199f882cc2f3 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sun, 14 May 2017 15:59:18 +0200 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b21846..0f34ba2 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 mySideMenu sidemenu ``` From 3142dde9d53a02647bfab46e46dabe91acbab773 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sun, 14 May 2017 16:06:54 +0200 Subject: [PATCH 3/5] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0f34ba2..5f3fc5a 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ $ npm install -g ionic cordova $ ionic start mySideMenu sidemenu ``` +: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 `mySideMenu` and run: ```bash From 6860e2629c9cbd939beb0ade7db3bab66018ec76 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Sun, 14 May 2017 16:07:07 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5f3fc5a..68eb1a3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ Take the name after `ionic2-starter-`, and that is the name of the template to b $ npm install -g ionic cordova $ ionic start mySideMenu sidemenu ``` - :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 From 1a1a74b75e592ac0d0ebec41d0006824412e10fd Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Thu, 1 Jun 2017 14:13:56 +0200 Subject: [PATCH 5/5] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 68eb1a3..3d26e83 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. -