summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 210f298..52fb315 100644
--- a/README.rst
+++ b/README.rst
@@ -37,3 +37,6 @@ Load the database:
(this might be memory intensive, so you may want to do 2 or 3 years per run and split
the runs)
+Alternatively, to load the data you may want to do something like:
+ for i in lists/devel-*; do python to_sqldb.py $i; done;
+