From 8df5f3f7725c2ba389fed9802f025b54abb31933 Mon Sep 17 00:00:00 2001 From: Marvin Gajek Date: Wed, 13 Nov 2024 09:47:51 +0100 Subject: [PATCH] modify Getting Started section --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2ca834..ca7e1e6 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,22 @@ TBD ## Getting Started -TBD \ No newline at end of file +### Run Tests + +To run `unit` tests on Unix systems execute: + +```sh +cd scripts +./run-test.sh -u +``` + +**TBD** To run `integration` tests on Unix systems execute: + +```sh +cd scripts +./run-test.sh -i +``` + +### Applications + +You can find applications utilizing [internal packages](./internal/) in the [cmd folder](./cmd/). \ No newline at end of file