summaryrefslogtreecommitdiffstats
path: root/docs/en/rst/localizing/shipping.rst
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2015-11-21 15:34:50 +0100
committerGervase Markham <gerv@gerv.net>2015-11-21 15:34:50 +0100
commit24a6c0e8bc5d81f90f582f05bf055570ea5dee50 (patch)
tree4c5ce9fe3ae58eca14c185bc9bfac90be9d8563a /docs/en/rst/localizing/shipping.rst
parentca3c99b1b61151dd34a1cdfc748fea57842f6ad4 (diff)
downloadbugzilla-24a6c0e8bc5d81f90f582f05bf055570ea5dee50.tar.gz
bugzilla-24a6c0e8bc5d81f90f582f05bf055570ea5dee50.tar.xz
Bug 1226865 - bug fixes to localization documentation.
Diffstat (limited to 'docs/en/rst/localizing/shipping.rst')
-rw-r--r--docs/en/rst/localizing/shipping.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/en/rst/localizing/shipping.rst b/docs/en/rst/localizing/shipping.rst
index 556d88114..8afabc3b7 100644
--- a/docs/en/rst/localizing/shipping.rst
+++ b/docs/en/rst/localizing/shipping.rst
@@ -10,4 +10,7 @@ Bugzilla administrator will untar in their ``$BUGZILLA_HOME`` directory.
This command will find all of the files you've localized and put them into
an appropriate tarball. Don't forget to replace both instances of ``ab-CD``:
+Open a terminal and go to your Bugzilla installation's top-level directory
+and then run:
+
:command:`find -name "ab-CD" -print0 -o -path "./data" -prune | tar -cjvf ../bugzilla-ab-CD.tar.bz2 --null -T -`