From 0e633efca28994dd7756cd3354c8a30a6b2bc38a Mon Sep 17 00:00:00 2001 From: FleischKarussel Date: Thu, 3 Apr 2014 17:10:41 +0200 Subject: [PATCH] https for getcomposer and github downloads --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c58cb29c1ef3..c6967244d7ce 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Forgetting to do this can mean your DB might end up out of sync with the new fil ### 1) Downloading #### 1.1) Clone the Repository - git clone http://github.com/snipe/snipe-it your-folder + git clone https://github.com/snipe/snipe-it your-folder #### 1.2) Download the Repository @@ -118,7 +118,7 @@ The app is configured to automatically detect if you're in a local, staging, or ##### 3.1) If you don't have composer installed globally cd your-folder - curl -s http://getcomposer.org/installer | php + curl -sS https://getcomposer.org/installer | php php composer.phar install ##### 3.2) For global composer installations