From 55261e22e7c1e1e1902774c4ef77a4dacc02ed28 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Mon, 31 Aug 2026 11:15:54 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe288c5..9c2697d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # Compose-as-Code [![Npm package version](https://badgen.net/npm/v/compose-as-code)](https://npmjs.com/package/compose-as-code) @@ -20,7 +22,7 @@ To create a minimal project with some example code you can use: `npx create-composition@latest my-app` -This will give you a project on which you can run `yarn conduct`. Afterward, you can check out the `./out` dir in which +This will give you a project on which you can run `yarn install` and then `yarn conduct`. Afterward, you can check out the `./out` dir in which you will find the generated docker compose files. # Basic Structure