diff --git a/Readme.md b/Readme.md index 3b4b43b..32829ef 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,17 @@ # MyFirstUDRKit -TODO Get the code for the udf_compat UDR library -TODO + +### Building the kit + +``` +cd builds +make +``` + + +### Installation + +#### run the sql on the target database +Decide whether to install the functions globally or as part of a package + +(TODO)