Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https for getcomposer and github downloads #128

Merged
merged 1 commit into from
Apr 3, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down