not used at the moment

and in general, we should release more frequently
This commit is contained in:
Martin Diehl 2021-03-26 13:10:10 +01:00
parent 4614de4cb5
commit 44f89b9456
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
# DAMASK patching
This folder contains patches that modify the functionality of the current development version of DAMASK ahead of the corresponding adoption in the official release.
## Usage
```bash
cd DAMASK_ROOT
patch -p1 < installation/patch/nameOfPatch
```
## Create patch
commit your changes
```bash
git format-patch PATH_TO_COMPARE --stdout >
```