From 4047fb99e1b218259400011ba8aa9951bafd488e Mon Sep 17 00:00:00 2001 From: Michael Kimsal Date: Sun, 26 Jun 2016 21:36:33 -0400 Subject: [PATCH 1/2] Update installation.rst Reminder note to view specific documentation version when installing specific version. Reference to installing LTS means example commands later on down in this same page will not work. --- book/installation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/book/installation.rst b/book/installation.rst index db7c73592f8..117a563b4e7 100644 --- a/book/installation.rst +++ b/book/installation.rst @@ -126,6 +126,9 @@ Read the :doc:`Symfony Release process ` to better understand why there are several Symfony versions and which one to use for your projects. +Note that if you install a specific version, you will want to make sure +you refer to the same version of the documentation. + .. _book-creating-applications-without-the-installer: Creating Symfony Applications without the Installer From bcb24e566a2a21d1d5ee8542c05ba63a2fa31976 Mon Sep 17 00:00:00 2001 From: Michael Kimsal Date: Mon, 27 Jun 2016 13:28:02 -0400 Subject: [PATCH 2/2] Update installation.rst Updated to use tip syntax --- book/installation.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/book/installation.rst b/book/installation.rst index 117a563b4e7..884c86df472 100644 --- a/book/installation.rst +++ b/book/installation.rst @@ -126,8 +126,10 @@ Read the :doc:`Symfony Release process ` to better understand why there are several Symfony versions and which one to use for your projects. -Note that if you install a specific version, you will want to make sure -you refer to the same version of the documentation. +.. tip:: + + Note that if you install a specific version, you will want to make sure + you refer to the same version of the documentation. .. _book-creating-applications-without-the-installer: