浏览代码

Merge pull request #2978 from jyggen/patch-1

Updated Satis install command in docs.
Jordi Boggiano 11 年之前
父节点
当前提交
9f0b9f3544
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/articles/handling-private-packages-with-satis.md

+ 1 - 1
doc/articles/handling-private-packages-with-satis.md

@@ -9,7 +9,7 @@ lightweight, static file-based version of packagist and 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 --stability=dev`.
+`php composer.phar create-project composer/satis --stability=dev --keep-vcs`.
 
 ## Setup