From bda0bab4b45f4c2b5473051d110443a8d2bf765e Mon Sep 17 00:00:00 2001 From: Cliff Odijk Date: Thu, 19 Sep 2013 10:07:23 +0200 Subject: [PATCH] Added comment about download command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1a8085d..df24592 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,9 @@ jcid_loco: - messages - validators ``` + +After that you could download your translations with the Symfony2 command + +``` +php app/console translation:loco:download +```