Просмотр исходного кода

Merge pull request #1512 from mattkirwan/patch-1

Added stability flag to the install code: doc/articles/handling-private-packages-with-satis.md
Jordi Boggiano 13 лет назад
Родитель
Сommit
db00a2a49a
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