From c8f3fa5800e49dfbc5667ce863db9a1c228578d8 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Sun, 19 Feb 2012 23:01:05 +0100 Subject: [PATCH] [docs] add cli sample to quote block --- doc/01-basic-usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/01-basic-usage.md b/doc/01-basic-usage.md index 3fcb71fa9..d483daa51 100644 --- a/doc/01-basic-usage.md +++ b/doc/01-basic-usage.md @@ -25,8 +25,8 @@ To check if composer is working, just run the PHAR through `php`: This should give you a list of available commands. > **Note:** You can also perform the checks only without downloading composer by using the `--check` option. For more information, just use `--help`. - - $ curl -s http://getcomposer.org/installer | php -- --help +> +> $ curl -s http://getcomposer.org/installer | php -- --help ## Project setup