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 committed Aug 9, 2023
1 parent d987823 commit 28726c3
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,21 +37,21 @@ 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
```

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 28726c3

Please sign in to comment.