Browse Source

Update import schema step

Note the step is only required for multi-user instances.
tags/v0.8.0
Matt Baer 5 years ago
parent
commit
5e686a5b0f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -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


Loading…
Cancel
Save