From 726f31ff708289c4775e4518963b95a2de01de8d Mon Sep 17 00:00:00 2001 From: Willian Falbo <5606714+willianfalbo@users.noreply.github.com> Date: Wed, 2 Jun 2021 15:16:28 -0300 Subject: [PATCH] update readme improve documentation --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ebae38ab..5e568805 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,18 @@ This is a third party implementation of Slack's API written in C#. This supports their WebAPI as well as their Real Time Messaging API. +## How can I get it? + +First, [install NuGet](https://docs.microsoft.com/en-gb/nuget/install-nuget-client-tools). Then, install [SlackAPI](https://www.nuget.org/packages/SlackAPI/) from the package manager console: + +```bash +# dotnet cli +$ dotnet add package SlackAPI + +# alternatively, use a package manager +$ Install-Package SlackAPI +``` + # Examples Some examples can be found on the Wiki: https://github.com/Inumedia/SlackAPI/wiki/Examples