Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
kevadesu authored and kevadesu committed Jan 18, 2025
1 parent 9ebd457 commit f9fcd75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f9fcd75

Please # to comment.