From b386e5cbf256c34876c05016bb5ae8473cc014a8 Mon Sep 17 00:00:00 2001 From: "EMEAAD\\vbakke" Date: Sat, 2 Aug 2025 19:50:40 +0200 Subject: [PATCH] Fixed link to README.md --- src/assets/Markdown Files/USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/Markdown Files/USAGE.md b/src/assets/Markdown Files/USAGE.md index fb72e4ea1..9893d3ea0 100644 --- a/src/assets/Markdown Files/USAGE.md +++ b/src/assets/Markdown Files/USAGE.md @@ -27,7 +27,7 @@ You can export the progress of the different activities as a `generated.yaml` fi ## How to setup your own DSOMM -The DSOMM application can be run as a Docker image, an Amazon EC2 instance, or as a standalone Angular application using NodeJS. Please see [INSTALL.md](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel/blob/master/INSTALL.md) for further instructions. +The DSOMM application can be run as a Docker image, an Amazon EC2 instance, or as a standalone Angular application using NodeJS. Please see [README.md](./usage/README) for further instructions. The DSOMM application is currently still a lightweight frontend only application, without a backend to store changes of progress. Any changes are stored in the browser. However, as above, you can export the `generated.yaml` and update your own site with this.