From 20d062d1950969796dcfefbe5c74d2fa124bec95 Mon Sep 17 00:00:00 2001 From: Damian Badura Date: Wed, 18 Sep 2024 12:25:35 +0200 Subject: [PATCH] update docs review --- README.md | 2 +- kyma/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59fbb024d3..0610a17136 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ ENVIRONMENT=your-environment-name When **ENVIRONMENT** is set to `my-env`, Busola looks for your custom configuration in `public/environemnt/my-env`. If **ENVIRONMENT** is not set, Busola fetches the default configuration with the same structure as the custom configuration located in the [public directory](./public). -In case of docker image, the file `active.env` is created from `ENVIRONMENT` env at the startup to image. +In the case of the Docker image, the `active.env` file is created at the startup of the image from the environment specified in the **ENVIRONMENT** variable. ## Development diff --git a/kyma/README.md b/kyma/README.md index 3e442d7258..cb96123234 100644 --- a/kyma/README.md +++ b/kyma/README.md @@ -40,6 +40,7 @@ The `extensions` directory contains a general extensibility configuration to avo - [Make](https://www.gnu.org/software/make/) ## Installation +It is used to download all dependencies needed to prepare configurations. ```bash npm clean-install