diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/manual.txt b/doc/manual.txt index 9ed4c56..071f1ff 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -1057,13 +1057,12 @@ $ easy_install -U transifex-client Alternatively, you can get the source code of transifex-client at http://pypi.python.org/pypi/transifex-client. -After you downloaded and installed the client, run the following commands to -checkout the translation resources of *calcurse*: +After you downloaded and installed the client, run the following commands in +the calcurse source directory to checkout the translation resources of +*calcurse*: ---- -$ tx init --host=https://www.transifex.net -$ tx set --auto-remote https://www.transifex.net/projects/p/calcurse -$ tx pull -r calcurse.calcursepot -a +$ tx pull -a ---- To submit changes back to the server, you can use `tx push` (check `tx help |