From 1c31c24ddb2525adcccfd08610e6c2b2743af32b Mon Sep 17 00:00:00 2001 From: Guillaume Debavelaere Date: Thu, 4 Apr 2024 18:05:49 +0100 Subject: [PATCH] update README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index dff1f3e..bd697ed 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![CI](https://github.com/volkanguneri/Allfeat-Hackaton-Musicmint/actions/workflows/ci.yml/badge.svg)](https://github.com/volkanguneri/Allfeat-Hackaton-Musicmint/actions/workflows/ci.yml) + ## Dependencies ### Backend @@ -6,6 +8,11 @@ To install the backend dependencies, navigate to the backend directory and run: `yarn install` +To see available options, run: +``` +sh a_launcher.sh +``` + ### Frontend To install the frontend dependencies, navigate to the frontend directory and run: