summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2011-05-17 10:30:01 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2011-05-17 10:30:01 +0300
commitc5673d2299cfa844df84c5f0cf634252abe7c252 (patch)
treed453696150c2d4b2164969950740db290a844835
parent6a3dee5729dd232387ffc3d40d29bab9022d71aa (diff)
s/libpri/asterisk/ in HOWTO
-rw-r--r--git-howto4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-howto b/git-howto
index f91e47d..cb50a0a 100644
--- a/git-howto
+++ b/git-howto
@@ -44,7 +44,7 @@ You should repeat the same for each repository you want to work on.
For Asterisk it would be:
git clone http://git.gitorious.org/asterisk-tools/asterisk.git
- cd libpri
+ cd asterisk
../asterisk-tools/setup asterisk
and the download would take much longer. For dahdi-linux you'd also need
@@ -82,7 +82,7 @@ Updating
^^^^^^^^
# better checkout master first
git pull
- git pull -t
+ git fetch --tags
Usage