Skip to content

Commit 33247da

Browse files
authored
Separate command blocks for dev README (#4902)
1 parent 9947be9 commit 33247da

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ Changes to the kotsadm web component are reflected in real-time, no manual steps
9090
1. To apply your current changes, run the following commands:
9191
```bash
9292
make kotsadm-up
93+
```
94+
```bash
9395
make build run
9496
```
9597

@@ -99,6 +101,9 @@ Changes to the kotsadm web component are reflected in real-time, no manual steps
99101
```
100102

101103
1. When finished developing, run the following command to revert back to the original state:
104+
```bash
105+
exit
106+
```
102107
```bash
103108
make kotsadm-down
104109
```
@@ -108,6 +113,8 @@ Changes to the kotsadm web component are reflected in real-time, no manual steps
108113
1. To apply your current changes, run the following commands:
109114
```bash
110115
make kurl-proxy-up
116+
```
117+
```bash
111118
make build run
112119
```
113120

@@ -117,6 +124,9 @@ Changes to the kotsadm web component are reflected in real-time, no manual steps
117124
```
118125

119126
1. When finished developing, run the following command to revert back to the original state:
127+
```bash
128+
exit
129+
```
120130
```bash
121131
make kurl-proxy-down
122132
```

0 commit comments

Comments
 (0)