diff options
Diffstat (limited to 'func/README')
| -rw-r--r-- | func/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/func/README b/func/README new file mode 100644 index 0000000..f466ed4 --- /dev/null +++ b/func/README @@ -0,0 +1,11 @@ +Right now, this will serve as a placeholder for how to +patch and compile our own version of func until our +changes are available upstream. Follow these +instructions to patch and build func: + +git clone git://git.fedorahosted.org/func.git +cd func +git reset --hard v0.18 +git-am ../patches/*.patch +echo "0.19 1" > version +make clean all |
