From f43c24474f26e8b6a686daea70a318ee772de386 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Thu, 1 Jun 2017 14:17:18 +0200 Subject: [PATCH] refactor(readme): remove sudo --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3be5ab..d617039 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,12 @@ This is the base template for Ionic starter apps. Install the latest Ionic CLI: ```bash -$ npm install -g ionic +$ npm install -g ionic cordova ``` +: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 run: @@ -17,4 +21,4 @@ Then run: $ ionic start myApp ``` -More info on this can be found on the Ionic [Getting Started](http://ionicframework.com/docs/v2/getting-started/) page. +More info on this can be found on the Ionic [Getting Started](https://ionicframework.com/docs/v2/getting-started/) page.