From 267496df6d576dee2cd2b696e008f648b9eae7e5 Mon Sep 17 00:00:00 2001 From: Arkadiusz Janz <arkadiusz.janz@pwr.edu.pl> Date: Sat, 15 Jan 2022 14:08:33 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ce95d2..5747759 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,8 @@ This step requires access to mysql server or installed locally. It can be loaded using shell command: $ mysql -e 'CREATE SCHEMA wordnet_new' # For maintaining multiple versions. - $ mysql -D wordnet_new < wordnet-work.LATEST.sql.gz + $ atool -x wordnet-work.LATEST.sql.gz # Unpack dump + $ mysql -D wordnet_new < wordnet-work.LATEST.sql It is then recommended to run `clean_wndb.sql` script to remove any mistakes in an unlikely case that the dump contains some, such as invalid enum values -- GitLab