From 698e2b525ae8345dcf595e4aae1790b5ad760e2c Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Sun, 29 Aug 2021 19:27:41 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4b4d56ed..17dd19d9 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,12 @@ Note that any data changes you make will not be persisted if you **docker remove ### 1.2 Visual Studio and VS Code +You may need to configure a local NuGet server and put this package in it: + +``` +/FrontDesk/src/FrontDesk.Blazor/deps/Pluralsight.DDD.Deps/Pluralsight.DDD.Deps.1.0.0.nupkg +``` + Running the sample from Visual Studio (or VS Code or Rider, etc) requires some additional setup. You will need to run multiple solutions side by side. You will also need to run RabbitMQ and PaperCut, ideally as a docker images. You can run RabbitMQ from Docker using this command: ```powershell