From d9fd7f296ef922663763cb0f7a2f3e0557ba5c32 Mon Sep 17 00:00:00 2001 From: Tony Yang Date: Thu, 10 Oct 2019 21:31:46 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab63884..41b5124 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,11 @@ Distributes users onto different classes, each had its own permissions ## Install 1. Set database information. `connection/SQL.php` 2. Set blog config. `config.php` -3. Done! +3. Import SQL file. `cavern.sql` +4. Done! ## Libraries -editormd +- editormd ## Cavern API Quick Start To get data from Cavern, a recommended way is to use the **Cavern API**.