diff --git a/state_management/csharp/sdk/README.md b/state_management/csharp/sdk/README.md index 0104689bb..119eafe85 100644 --- a/state_management/csharp/sdk/README.md +++ b/state_management/csharp/sdk/README.md @@ -14,19 +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): - - - ```bash - dotnet restore - dotnet build - ``` - - - -2. Run the Dotnet service app with Dapr: - - ```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 . +dapr stop -f . ``` @@ -71,6 +58,7 @@ sleep: 15 cd ./order-processor dapr run --app-id order-processor --resources-path ../../../resources/ -- dotnet run ``` + The Terminal console output should look similar to this: @@ -90,5 +78,6 @@ You're up and running! Both Dapr and your app logs will appear here. 2. Stop and clean up application processes +```bash dapr stop --app-id order-processor - \ No newline at end of file +```