Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Updated repository url to packages.zendframework.com
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Oct 3, 2013
1 parent b5a5520 commit 1932c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@ Installation

```bash
curl -s https://getcomposer.org/installer | php --
php composer.phar create-project -sdev --repository-url="http://packages-zfcampus.rhcloud.com/" zfcampus/zf-apigility-skeleton path/to/install
php composer.phar create-project -sdev --repository-url="https://packages.zendframework.com/" zfcampus/zf-apigility-skeleton path/to/install
cd path/to/install
php public/index.php development enable # put the skeleton in development mode
mkdir -p data/db/
Expand Down

0 comments on commit 1932c09

Please sign in to comment.