diff --git a/readme.md b/readme.md index ecec02b..cdc868a 100644 --- a/readme.md +++ b/readme.md @@ -9,6 +9,12 @@ This Serilog Sink allows to log to [AWS CloudWatch](https://aws.amazon.com/cloud ## Usage There are two important aspects for configuring this library. The first is providing the configuration options necessary via the [`ICloudWatchSinkOptions` implementation](#CloudWatchSinkOptions). And the second is [configuring the AWS Credentials](#Configuring-Credentials). Both of these are required to log to CloudWatch. +### Installation + +```bash +dotnet add package Serilog.Sinks.AwsCloudWatch +``` + ### CloudWatchSinkOptions This library provides an extension method which takes in only a `ICloudWatchSinkOptions` instance and the `IAmazonCloudWatchLogs` instance. diff --git a/src/Serilog.Sinks.AwsCloudWatch/Serilog.Sinks.AwsCloudWatch.csproj b/src/Serilog.Sinks.AwsCloudWatch/Serilog.Sinks.AwsCloudWatch.csproj index b63a48b..7f206d7 100644 --- a/src/Serilog.Sinks.AwsCloudWatch/Serilog.Sinks.AwsCloudWatch.csproj +++ b/src/Serilog.Sinks.AwsCloudWatch/Serilog.Sinks.AwsCloudWatch.csproj @@ -29,6 +29,8 @@ + + \ No newline at end of file