Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Making some tweaks to STEPs so project can build and tests pass.

Signed-off-by: Paul Yuknewicz <[email protected]>
  • Loading branch information
paulyuk authored Feb 29, 2024
1 parent 6037c4d commit 3da3a1d
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions state_management/csharp/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,6 @@ This section shows how to run applications at once using [multi-app run template

1. Open a new terminal window and run `order-processor` using the multi app run template defined in [dapr.yaml](./dapr.yaml):

<!-- STEP
name: Install Dotnet dependencies
-->

```bash
dotnet build
```

<!-- END_STEP -->

2. Run the Dotnet service app with Dapr:

<!-- STEP
name: Run order-processor service
expected_stdout_lines:
Expand All @@ -37,11 +25,11 @@ background: true
sleep: 100
-->

```bash
dapr run -f .
```
```bash
dapr run -f .
```

3. Stop and clean up application processes
2. Stop and clean up application processes

```bash
dapr stop -f .
Expand Down Expand Up @@ -70,6 +58,7 @@ sleep: 15
cd ./order-processor
dapr run --app-id order-processor --resources-path ../../../resources/ -- dotnet run
```
<!-- END_STEP -->

The Terminal console output should look similar to this:

Expand Down

0 comments on commit 3da3a1d

Please sign in to comment.