From 50d1bce3a5a02f971c29e5c644f6d6e30072b1e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Sun, 11 Dec 2022 15:14:54 +0100 Subject: [PATCH] [Doc] Include minimal steps to get started. Thanks to @natim for the issue. --- docs/installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 17d97b13..8cd88429 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -133,6 +133,9 @@ Install the latest release with pip: Once installed, you can start a test server: + ihatemoney generate-config ihatemoney.cfg > ihatemoney.cfg + export IHATEMONEY_SETTINGS_FILE_PATH=$PWD/ihatemoney.cfg + ihatemoney db upgrade head ihatemoney runserver And point your browser at .