diff --git a/README.md b/README.md index 31ce40f0b..5984017e2 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,7 @@ The e2e tests can be executed locally by running the following commands: $ make install ``` -2. Set up the CodeFlare stack: - ```bash - $ make setup-e2e - ``` - -3. Start the operator locally: +2. Start the operator locally: ```bash $ make run @@ -43,6 +38,12 @@ The e2e tests can be executed locally by running the following commands: Alternatively, You can run the operator from your IDE / debugger. +3. Set up the test CodeFlare stack: + + ```bash + $ make setup-e2e + ``` + 4. In a separate terminal, run the e2e suite: ```bash