From 3b99a796f1f9f233103bc165ea1cc5d8462823ce Mon Sep 17 00:00:00 2001 From: Tom Granot-Scalosub Date: Fri, 31 Aug 2018 13:51:30 +0300 Subject: [PATCH] Fixed first run description Doesn't run without the --format part - added all possible format possibilities. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0b8e4a..c93588e 100644 --- a/README.md +++ b/README.md @@ -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