aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index a3c5c8b..a9ac200 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,9 @@ file that can be used to represent this data.
## Example
+ ynab-export schema | psql ynab
+
ynab-export
- psql ynab < data/schema.sql
psql ynab -c 'COPY accounts FROM STDIN' < accounts.tsv
psql ynab -c 'COPY category_groups FROM STDIN' < category_groups.tsv
psql ynab -c 'COPY categories FROM STDIN' < categories.tsv