Skip to content

Commit

Permalink
Change: Update README for the purpose of this library
Browse files Browse the repository at this point in the history
Clarify the purpose of the pg-gvm library. The old statement was
misleading.
  • Loading branch information
bjoernricks committed Jan 7, 2025
1 parent 547f37f commit e3eb08d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
![Greenbone Logo](https://www.greenbone.net/wp-content/uploads/gb_new-logo_horizontal_rgb_small.png)

# Greenbone Library for ical functions
# Greenbone Library for PostgreSQL utility functions

This library contains functionality for ical object manipulation.
This library contains PostgreSQL utility functions. For example to compute host
and ical information within SQL statements.

# Build and Installation

Expand Down Expand Up @@ -32,6 +33,7 @@ This extension can be configured, built and installed with the following command
cmake .
make && make install
```

## Use the extension

To use the extension in a database create the extension using
Expand Down

0 comments on commit e3eb08d

Please sign in to comment.