diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-06-28 13:22:46 -0400 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-06-28 13:22:46 -0400 |
commit | bcc865007117e0d42753196d9d7569f3bde4f5f2 (patch) | |
tree | aa44be2163657011675f8eefc69d14f455f8e062 | |
parent | 9f854efe865787c4dafd820bdcf1f23ccb01e28b (diff) |
Fix translating guide.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-rw-r--r-- | TRANSLATING | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TRANSLATING b/TRANSLATING index 4137413..10ad4b0 100644 --- a/TRANSLATING +++ b/TRANSLATING @@ -36,7 +36,8 @@ $ git clone git://projects.archlinux.org/aur.git aur-git run translation_tool again, and it will continue from where you left off. $ cd aur-git -$ git checkout -b testing origin/testing +$ git checkout master +$ git pull $ cd web/lang $ ./translation_tool |