Improve doc (using git-archive instead of tar --exclude .git)

This commit is contained in:
Gregory Colpart 2009-07-23 13:43:35 +02:00
parent c1e9688195
commit ba7c32fb5a

2
README
View file

@ -1,7 +1,7 @@
Release:
~~~~~~~~
master> tar --exclude .git -czf ../evocheck_<VERSION>.orig.tar.gz .
master> git archive --format=tar master | gzip > ../evocheck_<VERSION>.orig.tar.gz
master> pristine-tar commit ../evocheck_<VERSION>.orig.tar.gz master
Debian release: