From 59f436052e1aaf4212d7583546c561a98fd00f0f Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Sat, 10 Nov 2018 16:33:56 -0500 Subject: [PATCH] Add info about running in production --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a1a80e6..0393695 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ mysql -u YOURUSERNAME -p writefreely < schema.sql # 7) There is no Step 7, you're done! ``` +For running in production, [see our guide](https://writefreely.org/start#production). + ## Development Ready to hack on your site? Here's a quick overview.