diff --git a/README.md b/README.md
index d4a0d42..40c82f5 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,26 @@ Install with:
pip install markdown
```
+ ## Usage
+
+ 1. Place the script somewhere on your system.
+ 2. Edit the default base path to repositories:
+
+ ```
+ GitRepoScanner:
+ def __init__(self, base_path: str = "/home/cybr/Work/cybrkyd-git")
+ ```
+
+ 3. Run the script:
+
+ ```bash
+ python3 gitgen.py
+ ```
+
+ 4. The generated site will be written to the `git-website/` directory by default.
+
+ Open `git-website/index.html` in a browser or deploy the directory to a static web host.
+
## Licence
This project is made available under a GPL3 licence -- see COPYING for the full text.