From e6c9bd2ab515b425851715755cb440f104f1d528 Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Mon, 23 Jan 2023 16:18:30 +0100 Subject: [PATCH] Update doc notes --- Readme.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) 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)