From 20c77989ba11a6d8c8751d13c381cf96ada4da4e Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Sat, 8 Dec 2018 15:26:33 -0500 Subject: [PATCH] Update setup steps --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8ae6f8a..a23e3ac 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,12 @@ First, download the [latest release](https://github.com/writeas/writefreely/rele Now extract the files from the archive, change into the directory, and do the following steps: ```bash -# 1) Log into MySQL and run: -# CREATE DATABASE writefreely; -# -# 2) Configure your blog +# 1) Configure your blog ./writefreely --config +# 2) (if you chose MySQL in the previous step) Log into MySQL and run: +# CREATE DATABASE writefreely; + # 3) Import the schema with: ./writefreely --init-db