소스 검색

Tweaking text and wrapping lines

Jordi Boggiano 12 년 전
부모
커밋
e69a05949b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      doc/articles/handling-private-packages-with-satis.md

+ 2 - 1
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