From: Fabien Potencier Date: Mon, 5 May 2014 08:32:59 +0000 (+0200) Subject: removed beta versions for PEAR in the docs X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=84dcec3086366d966746ed9a3cfae46ab6830e0e;p=web%2Fkonrad%2Ftwig.git removed beta versions for PEAR in the docs --- 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: