Skip to content

docs: remove dollar signs to allow for correct copy and paste #227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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