From 2a6de617980d4f9d138d746e8b2b1b7807a67646 Mon Sep 17 00:00:00 2001 From: Salah Aldeen Al Saleh Date: Mon, 16 Sep 2024 14:34:05 -0700 Subject: [PATCH] Separate command blocks for dev README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a0e59a5f63..13c65fd6f6 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ Changes to the kotsadm web component are reflected in real-time, no manual steps 1. To apply your current changes, run the following commands: ```bash make kotsadm-up + ``` + ```bash make build run ``` @@ -99,6 +101,9 @@ Changes to the kotsadm web component are reflected in real-time, no manual steps ``` 1. When finished developing, run the following command to revert back to the original state: + ```bash + exit + ``` ```bash make kotsadm-down ``` @@ -108,6 +113,8 @@ Changes to the kotsadm web component are reflected in real-time, no manual steps 1. To apply your current changes, run the following commands: ```bash make kurl-proxy-up + ``` + ```bash make build run ``` @@ -117,6 +124,9 @@ Changes to the kotsadm web component are reflected in real-time, no manual steps ``` 1. When finished developing, run the following command to revert back to the original state: + ```bash + exit + ``` ```bash make kurl-proxy-down ```