From ff69d6ee7a48ec9628c4a5eba9d5b192c276bbb3 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Tue, 16 Jul 2024 21:40:55 +0200 Subject: [PATCH] Update documentation --- README.md | 1 + docs/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c127ab..f786687 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ To understand the why and how, you might want to read [Why.md](https://github.co - Timelapse video your trips, with or without time control. - Add custom notes to your logs. - Export to CSV, GPX, GeoJSON, KML and download your logs. +- Export your logs as image (PNG) or video (MP4). - Aggregate your trip statistics: Longest voyage, time spent at anchorages, home ports etc. - See your moorages on a global map, with incoming and outgoing voyages from each trip. - Monitor your boat (position, depth, wind, temperature, battery charge status, etc.) remotely. diff --git a/docs/README.md b/docs/README.md index aaf276c..c55f788 100644 --- a/docs/README.md +++ b/docs/README.md @@ -141,7 +141,7 @@ UPDATE app_settings WHERE name = 'app.email_server'; ``` -As it is all about SQL, [Read more](https://github.com/xbgmsharp/postgsail/blob/main/docs/ERD/README.md) about the database and explore your data. +As it is all about SQL, [Read more](https://github.com/xbgmsharp/postgsail/blob/main/docs/ERD/README.md) about the database to configure your instance and explore your data. ### Ingest data