From f703b52d4468bd9df9412b353826e35b16748294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 29 Jun 2026 16:17:08 +0200 Subject: [PATCH] chore: cleanup bin/README.md --- bin/README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/bin/README.md b/bin/README.md index e1348f1..d5c380a 100644 --- a/bin/README.md +++ b/bin/README.md @@ -112,13 +112,4 @@ envs: production: APP_ENV: production LOG_LEVEL: info - -notes: | - ## Getting Started - Run `arty deps` to install all dependencies, then `arty build` to compile. - - ## Scripts - - **build** — compile the project - - **test** — run the test suite - - **deploy** — deploy to the configured environment ```