From e69a05949bb83cff391bc261184d6a9483aa8bcc Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 13 Mar 2013 11:03:44 +0100 Subject: [PATCH] Tweaking text and wrapping lines --- doc/articles/handling-private-packages-with-satis.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/articles/handling-private-packages-with-satis.md b/doc/articles/handling-private-packages-with-satis.md index 1376bcb0b..4b416cfac 100644 --- a/doc/articles/handling-private-packages-with-satis.md +++ b/doc/articles/handling-private-packages-with-satis.md @@ -69,7 +69,8 @@ to ssh key authentication instead of prompting for a password. This is also a good trick for continuous integration servers. Set up a virtual-host that points to that `web/` directory, let's say it is -`packages.example.org`. Alternatively, with PHP >= 5.4.0, you can use the built-in CLI server `php -S localhost:port` inside `web/` for a temporary solution. +`packages.example.org`. Alternatively, with PHP >= 5.4.0, you can use the built-in +CLI server `php -S localhost:port -t satis-output-dir/` for a temporary solution. ## Usage