Skip to content

Commit 623b397

Browse files
authored
Provide more up-to-date README (#112)
1 parent 8605c0b commit 623b397

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,20 @@ Messaging development in a breeze.
77
![Arcus](https://raw.githubusercontent.com/arcus-azure/arcus/master/media/arcus.png)
88

99
# Installation
10-
Soon you will be able to install it via NuGet:
10+
Easy to install it via NuGet:
1111

12+
- **Service Bus message pump**
13+
```shell
14+
PM > Install-Package Arcus.Messaging.Pumps.ServiceBus
15+
```
16+
17+
- **Health Probing**
1218
```shell
1319
PM > Install-Package Arcus.Messaging.Health
1420
```
1521

22+
For a more thorough overview, we recommend reading [our documentation](#documentation).
23+
1624
# Documentation
1725
All documentation can be found on [here](https://messaging.arcus-azure.net/).
1826

0 commit comments

Comments
 (0)