From 52a19916e2e97834b4c64a5aae9edb8f73b108d0 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 22 Mar 2017 00:34:44 -0400 Subject: [PATCH] Fix readme headers --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5cc9cb5..9effb1ea 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,12 @@ ## Installing -### 1. Create an autoloader with composer +### 1. Initialize the database + +Create a database with a username and a password. +Then import ````dfrndir.sql```` to it. + +### 2. Create an autoloader with composer Make sure you have composer installed globally, or rewrite the command to use a `.phar`. @@ -10,7 +15,7 @@ Make sure you have composer installed globally, or rewrite the command to use a composer dump-autoload ``` -### 2. Set up the cronjobs. +### 3. Set up the cronjobs. Example cronjob using `www-data` user.