From 84dcec3086366d966746ed9a3cfae46ab6830e0e Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 5 May 2014 10:32:59 +0200 Subject: [PATCH] removed beta versions for PEAR in the docs --- doc/installation.rst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/installation.rst b/doc/installation.rst index f2c75c7..b421a90 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -58,7 +58,7 @@ Installing the PEAR package 1. Install PEAR 2. ``pear channel-discover pear.twig-project.org`` -3. ``pear install twig/Twig`` (or ``pear install twig/Twig-beta``) +3. ``pear install twig/Twig`` Installing the C extension -------------------------- @@ -85,7 +85,7 @@ runtime engine; install it like any other PHP extensions: 1. Install PEAR 2. ``pear channel-discover pear.twig-project.org`` - 3. ``pear install twig/CTwig`` (or ``pear install twig/CTwig-beta``) + 3. ``pear install twig/CTwig`` For Windows: -- 1.7.2.5