From cc97ce04c76fcd7d754ab990c039fd131e66c241 Mon Sep 17 00:00:00 2001 From: Jonas Hummelstrand Date: Wed, 22 Nov 2023 09:43:41 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 08990bf2..829b4713 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Package Manager is used by the Sofie system to copy, analyze, and process media * [Documentation](https://nrkno.github.io/sofie-core/) * [Releases](https://nrkno.github.io/sofie-core/releases) +--- + ## Introduction and Quick Start See the [Installing Package Manager](https://nrkno.github.io/sofie-core/docs/user-guide/installation/installing-package-manager) page of the Sofie System Documentation to learn how to get started with Package Manager in a demo environment with CasparCG. @@ -73,9 +75,7 @@ yarn build ``` -Now you should be good to go. - -Whenever you do a change, run `yarn build` (or `yarn build:changed` to only build the changed ones) to compile. +Now you should be good to go. Whenever you do a change, run `yarn build` (or `yarn build:changed` to only build the changed ones) to compile. Before any code is committed, run these: