From 1a539913c000efcc1239f12b1913f4da80fe8320 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 27 May 2010 09:51:04 +0200 Subject: [PATCH] [doc] added git instructions --- doc/01-Introduction.markdown | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/01-Introduction.markdown b/doc/01-Introduction.markdown index abdea39..2841ccc 100644 --- a/doc/01-Introduction.markdown +++ b/doc/01-Introduction.markdown @@ -41,8 +41,9 @@ the tarball. ### Installing the development version - 1. Install Subversion - 2. `svn co http://svn.twig-project.org/trunk/ twig` + 1. Install Subversion or Git + 2. For Subversion: `svn co http://svn.twig-project.org/trunk/ twig`, for Git: + `git clone git://github.com/fabpot/Twig.git` ### Installing the PEAR package -- 1.7.2.5