Skip to content

Commit 31eddbc

Browse files
dimakisopenshift-merge-robot
authored andcommitted
docs: remove dollar signs to allow for correct copy and paste
1 parent 099be36 commit 31eddbc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ The e2e tests can be executed locally by running the following commands:
2525

2626
```bash
2727
# Create a KinD cluster
28-
$ make kind-e2e
28+
make kind-e2e
2929
# Install the CRDs
30-
$ make install
30+
make install
3131
```
3232

3333
[!NOTE]
@@ -37,15 +37,15 @@ The e2e tests can be executed locally by running the following commands:
3737
2. Start the operator locally:
3838

3939
```bash
40-
$ make run
40+
make run
4141
```
4242

4343
Alternatively, You can run the operator from your IDE / debugger.
4444

4545
3. Set up the test CodeFlare stack:
4646

4747
```bash
48-
$ make setup-e2e
48+
make setup-e2e
4949
```
5050

5151
[!NOTE]
@@ -71,7 +71,7 @@ The e2e tests can be executed locally by running the following commands:
7171
4. In a separate terminal, run the e2e suite:
7272
7373
```bash
74-
$ make test-e2e
74+
make test-e2e
7575
```
7676
7777
Alternatively, You can run the e2e test(s) from your IDE / debugger.

0 commit comments

Comments
 (0)