diff --git a/app/views/imports/new.html.erb b/app/views/imports/new.html.erb index d0f773d5..d489a747 100644 --- a/app/views/imports/new.html.erb +++ b/app/views/imports/new.html.erb @@ -3,7 +3,19 @@
Records.json file from your Google Takeout Archive, use rake task
+
+ To import Records.json file from your Google Takeout Archive, use rake task.
+
+ Upload your json file to your server, into the tmp folder and run the following command:
+
+
+
+ $ rake import:big_file['tmp/Records.json','user@email.com']
+
+
+
+ Don't forget to replace email with email address of your Dawarich user.
+