From 1e088e5b2ecd27222e97accd887d4cd7439c1966 Mon Sep 17 00:00:00 2001 From: Friedemann Date: Sat, 28 Sep 2024 16:01:16 +0000 Subject: [PATCH] Readme.md aktualisiert --- Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Readme.md b/Readme.md index f096592..50bb8d1 100644 --- a/Readme.md +++ b/Readme.md @@ -24,6 +24,13 @@ Before you begin, ensure you have met the following requirements: - Docker and Docker Compose installed on your system - Git for cloning the repository +## Quick Start + +``` +docker run -p 5001:5000 -v ./input.fit2gpx:/app/input -v ./output.fit2gpx:/app/output git.nucleolus.xyz/fblume/fit2gpx:1.0 + +``` + ## Installation To install FIT to GPX Converter, follow these steps: