From f25788b4ff1914f2867cea6b2c0515d7937cf0a5 Mon Sep 17 00:00:00 2001 From: Roland Kaminski Date: Tue, 20 Feb 2024 15:43:47 +0100 Subject: [PATCH] refine readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f13c5a9..26d7ba2 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,18 @@ ## Installation +To install the project, run + ```bash pip install . ``` +For further development intructions please refer to [DEVELOPMENT.md]. + ## Usage +Run the following for basic usage information: + ```bash fillname -h ```