From f9fcd7586cc3dbbd9f3dc8913df4098e105dbcc1 Mon Sep 17 00:00:00 2001 From: kevadesu Date: Sat, 18 Jan 2025 20:05:33 +0100 Subject: [PATCH] a --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3f33254..debaeb5 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,10 @@ Updating is as simple as going to the source repository and running the followin git pull ``` +## (on the Testing branch only) Git won't let me do this without specifying -f! How do I make Gir force something?? +You launch Gir with the environment variable GIR_FORCEALL set to either 1, TRUE or true. Observe the example below: +```bash +GIR_FORCEALL=TRUE /path/to/executable/gir +``` + This is licensed under the MIT license