Skip to content

Commit

Permalink
Merge pull request #4 from Kritner/master
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
Kritner authored Oct 26, 2018
2 parents 0894283 + 94200a3 commit aeb788d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit aeb788d

Please sign in to comment.