Jelajahi Sumber

Updated Satis install command.

Jonas Stendahl 11 tahun lalu
induk
melakukan
868121c7b2
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
 metadata of your company's private packages, or your own. It basically acts as
 a micro-packagist. You can get it from
 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 --stability=dev`.
+`php composer.phar create-project composer/satis --stability=dev --keep-vcs`.
 
 
 ## Setup
 ## Setup