Skip to content

Commit 09331b2

Browse files
committed
README.md update
1 parent 9b64565 commit 09331b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Since the store for the `monitoring-plugin` is stored in the `openshift/console`
137137
# Login to an OpenShift cluster
138138
$ oc login <clusterAddress> -u <username> -p <password>
139139
140-
# Start podman (or Docker)
140+
# Start podman (or Docker) - Linux machines can skip this part
141141
$ podman machine init
142142
$ podman machine start
143143
@@ -148,10 +148,10 @@ $ make install
148148
$ make start-frontend
149149
150150
# In a separate terminal
151-
$ make start-feature-backend
151+
$ make start-feature-console
152152
153153
# In a separate terminal
154-
$ make start-feature-console
154+
$ make start-feature-backend
155155
```
156156

157157
`make start-feature-backend` will inject the `perses-dashboards`, `incidents`, and `dev-config` features by default. Features such as `acm-alerting` which take in extra parameters will need to run the `make start-feature-backend` command with the appropriate environment variables, such as `MONITORING_PLUGIN_ALERTMANAGER`.

0 commit comments

Comments
 (0)