diff --git a/README.md b/README.md index 0a5e651..1d88373 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,10 @@ Code companion to a series of blog posts related to Orleans. * [Getting Started with Microsoft Orleans](https://medium.com/@kritner/getting-started-with-microsoft-orleans-882cdac4307f?source=friends_link&sk=1fc3451d71a19dcb49f2c8bbeb6b079e) * [Microsoft Orleans — Reusing Grains and Grain State](https://medium.com/@kritner/microsoft-orleans-reusing-grains-and-grain-state-136977facd42?source=friends_link&sk=f19cfa3f17665c3d700bfe0df56e27a9) + +## To Run + +The application is run with two separate "runnable" apps - the SiloHost (Orleans Server) and the Client. Both of these are console apps and can be run with a similar command: + +* From "/src/Kritner.OrleansGettingStarted.SiloHost/" run `dotnet run`. +* from "/src/Kritner.OrleansGettingStarted.Client" run `dotnet run`.