Skip to content

Commit 4ffa22a

Browse files
Fix README to include links to Akka.Hosting and Akka.Templates (#6636)
1 parent 3fdae60 commit 4ffa22a

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,27 @@ If you want to include Akka.NET in your project, you can [install it directly fr
6060
To install Akka.NET Distributed Actor Framework, run the following command in the Package Manager Console
6161

6262
```
63-
PM> Install-Package Akka
64-
PM> Install-Package Akka.Remote
63+
PM> Install-Package Akka.Hosting
6564
```
6665

66+
> [Akka.Hosting](https://github.com/akkadotnet/Akka.Hosting) includes the base Akka NuGet package and also provides an easy interface to integrate Akka.NET with the most-used parts of the Microsoft.Extensions ecosystem: Configuration, Logging, Hosting, and DependencyInjection. We encourage developers to adopt it.
67+
6768
And if you need F# support:
6869

6970
```
7071
PM> Install-Package Akka.FSharp
7172
```
7273

74+
### Akka.NET Project Templates
75+
76+
To create your own Akka.NET projects using [our templates (Akka.Templates)](https://github.com/akkadotnet/akkadotnet-templates), install them via the `dotnet` CLI:
77+
78+
```
79+
dotnet new install "Akka.Templates::*"
80+
```
81+
82+
This will make our templates available via `dotnet new` on the CLI _and_ as new project templates inside any .NET IDE such as Visual Studio or JetBrains Rider. You can view the full list of templates included in our package here: https://github.com/akkadotnet/akkadotnet-templates#available-templates
83+
7384
## Builds
7485
Please see [Building Akka.NET](http://getakka.net/community/building-akka-net.html).
7586

@@ -79,7 +90,7 @@ To access nightly Akka.NET builds, please [see the instructions here](http://get
7990
If you need help getting started with Akka.NET, there's a number of great community resources online:
8091

8192
* Subscribe to the Akka.NET project feed on Twitter: https://twitter.com/AkkaDotNet (@AkkaDotNet)
82-
* Join the Akka.NET project Gitter chat: https://gitter.im/akkadotnet/akka.net
93+
* Join the Akka.NET Discord: https://discord.gg/GSCfPwhbWP
8394
* Ask Akka.NET questions on Stack Overflow: http://stackoverflow.com/questions/tagged/akka.net
8495

8596
If you and your company are interested in getting professional Akka.NET support, you can [contact Petabridge for dedicated Akka.NET support](https://petabridge.com/).

0 commit comments

Comments
 (0)