From 868121c7b26d538a5629e6ba0f5d714aa21c73a8 Mon Sep 17 00:00:00 2001 From: Jonas Stendahl Date: Wed, 7 May 2014 17:45:37 +0200 Subject: [PATCH] Updated Satis install command. --- 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 01fe63494..fda8b38fa 100644 --- a/doc/articles/handling-private-packages-with-satis.md +++ b/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