From 849afe9166afb98b1df0a90375348bafe6cc1c83 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..056e0e7 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,18 @@ ## Installation +To install the project, run + ```bash pip install . ``` +Further details, please refer to the [development instructions](DEVELOPMENT.md). + ## Usage +Run the following for basic usage information: + ```bash fillname -h ```