Skip to content

Commit

Permalink
docs: remove dollar signs to allow for correct copy and paste
Browse files Browse the repository at this point in the history
  • Loading branch information
dimakis authored and openshift-merge-robot committed Aug 10, 2023
1 parent 099be36 commit 31eddbc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ The e2e tests can be executed locally by running the following commands:

```bash
# Create a KinD cluster
$ make kind-e2e
make kind-e2e
# Install the CRDs
$ make install
make install
```

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

```bash
$ make run
make run
```

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

3. Set up the test CodeFlare stack:

```bash
$ make setup-e2e
make setup-e2e
```

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

0 comments on commit 31eddbc

Please sign in to comment.