From 5e686a5b0f26d08f4ca2dee82ec8ba364895a99e Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Thu, 24 Jan 2019 16:38:28 -0500 Subject: [PATCH] Update import schema step Note the step is only required for multi-user instances. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5440b3e..2f7acb9 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Now extract the files from the archive, change into the directory, and do the fo # 2) (if you chose MySQL in the previous step) Log into MySQL and run: # CREATE DATABASE writefreely; -# 3) Import the schema with: +# 3) (if you chose Multi-user setup) Import the schema with: ./writefreely --init-db # 4) Generate data encryption keys