From a05f83dea1e75b70a829e3b872c472952187794d Mon Sep 17 00:00:00 2001 From: Josiah Date: Tue, 5 Jul 2011 04:15:59 -0700 Subject: [PATCH] Added some code block hints (::) for the commands referred to in the readme. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6568fa5ece..fe9f454294 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,7 @@ directory and you're done. If you have downloaded an archive without the vendors, you must have ``git`` available to install the vendors: - +:: php bin/vendors install Installation from Git @@ -38,7 +38,7 @@ We highly recommend you that you download the packaged version of this distribution. If you still want to use Git, you are on your own. Run the following commands: - +:: git clone http://github.com/symfony/symfony-standard.git cd symfony-standard rm -rf .git