From 57dd1ec7a451146d389ee8777a8ca594bf415e76 Mon Sep 17 00:00:00 2001 From: stef Date: Sun, 25 May 2025 09:02:26 +0100 Subject: [PATCH] docs: add init script instructions --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04cbfa6..af5b9f9 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,15 @@ you can focus on writing code rather than configuring your environment. ## Getting Started -1. **Replace** all occurrences of `template` with your project name. This is - primarily in `pyproject.toml` and the `template/` package directory. +1. **Initialize the project** by running the helper script which replaces + placeholder names with your project name: + + ```bash + ./scripts/init_repo.sh + ``` + + The script infers the project name from the repository directory and updates + files such as `pyproject.toml`, the package directory and tests accordingly. 2. **Install dependencies**: ```bash