浏览代码

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
Matt Kirwan 12 年之前
父节点
当前提交
9ad629b39b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/articles/handling-private-packages-with-satis.md

+ 1 - 1
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
 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
 your own. It basically acts as a micro-packagist. You can get it from
 [GitHub](http://github.com/composer/satis) or install via CLI:
 [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
 ## Setup