From 9ad629b39b03b00d26f407e738aedbae7df9f24a Mon Sep 17 00:00:00 2001 From: Matt Kirwan Date: Tue, 22 Jan 2013 16:35:20 +0000 Subject: [PATCH] Update doc/articles/handling-private-packages-with-satis.md Added the stability flag to this article, was a little confusing as to why satis didn't install correctly using this article. Turned out the github composer/satis README had the answer so i've put it here also. Matt --- doc/articles/handling-private-packages-with-satis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/handling-private-packages-with-satis.md b/doc/articles/handling-private-packages-with-satis.md index e7fa23509..18ce0725e 100644 --- a/doc/articles/handling-private-packages-with-satis.md +++ b/doc/articles/handling-private-packages-with-satis.md @@ -7,7 +7,7 @@ Satis can be used to host the metadata of your company's private packages, or your own. It basically acts as a micro-packagist. You can get it from [GitHub](http://github.com/composer/satis) or install via CLI: -`composer.phar create-project composer/satis`. +`composer.phar create-project composer/satis --stability=dev`. ## Setup