Fixed first run description

Doesn't run without the --format part - added all possible format possibilities.
This commit is contained in:
Tom Granot-Scalosub 2018-08-31 13:51:30 +03:00 committed by GitHub
parent a186d37481
commit 3b99a796f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,7 +150,7 @@ This command validates that the Twine data file can be parsed, contains no dupli
The easiest way to create your first Twine data file is to run the [`consume-all-localization-files`](#consume-all-localization-files) command. The one caveat is to first create a blank file to use as your starting point. Then, just point the `consume-all-localization-files` command at a directory in your project containing all of your localization files.
$ touch twine.txt
$ twine consume-all-localization-files twine.txt Resources/Locales --developer-language en --consume-all --consume-comments
$ twine consume-all-localization-files twine.txt Resources/Locales --developer-language en --consume-all --consume-comments --format apple/android/gettext/jquery/django/tizen/flash
## Twine and Your Build Process