From 82dfcb722a27f1d8fe7b9e03b659ef8fd6efdee9 Mon Sep 17 00:00:00 2001 From: Mlbiche Date: Wed, 5 Feb 2020 16:35:44 +0100 Subject: [PATCH] Fix documentation --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index a962961c..aec0904f 100644 --- a/readme.md +++ b/readme.md @@ -26,8 +26,6 @@ The next steps are also simple. Choose your story: - for lazy developers: go to [Lazy developer install](#lazy-developer-installation) - for developers who want to keep control: read the [Manual installation](#manual-installation) -> You may then want to insert dummy data use `make fixtures` (it is already done in th _Lazy installation_). - ### Lazy developer installation make install @@ -51,6 +49,8 @@ It's been made to be easily readable. Note that you can either have your own _MongoDB_ or use Docker. +> You may then want to insert dummy data running `make fixtures`. + ## Configuring