diff --git a/README.md b/README.md index 1ce95d22dd06a4448a4bcca207af80aff2e87b48..5747759f28e4e5f993c537c6575f6daa9969d30d 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