Update doc notes

This commit is contained in:
Paul Reeves 2023-01-23 16:18:30 +01:00
parent 103aa85ff3
commit e6c9bd2ab5
1 changed files with 15 additions and 2 deletions

View File

@ -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)