Skip to content

Commit

Permalink
Separate command blocks for dev README (#4902)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Sep 16, 2024
1 parent 9947be9 commit 33247da
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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
```
Expand All @@ -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
```

Expand All @@ -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
```

0 comments on commit 33247da

Please sign in to comment.