From 71ee7ba1f7aecba64766f0e5fe87b744aa2b3b02 Mon Sep 17 00:00:00 2001 From: fabien Date: Mon, 12 Oct 2009 10:24:04 +0000 Subject: [PATCH] added PEAR information git-svn-id: http://svn.twig-project.org/trunk@29 93ef8e89-cb99-4229-a87c-7fa0fa45744b --- doc/01-Introduction.markdown | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/doc/01-Introduction.markdown b/doc/01-Introduction.markdown index 18a5a8d..5234e01 100644 --- a/doc/01-Introduction.markdown +++ b/doc/01-Introduction.markdown @@ -44,6 +44,12 @@ the tarball. 1. Install Subversion 2. `svn co http://svn.twig-project.org/trunk/ twig` +### 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) + Basic API Usage --------------- -- 1.7.2.5