diff --git a/README.md b/README.md index 2dd9ef8..06fe9a8 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,11 @@ for Python. 1. [Features](#features) 2. [Example](#example) -3. [Usage](#usage) - 3.1. [Using the static API](#using-the-static-api) - 3.2. [Creating a console](#creating-a-console) -4. [Running examples](#running-examples) +3. [Installing](#installing) +4. [Usage](#usage) + 4.1. [Using the static API](#using-the-static-api) + 4.2. [Creating a console](#creating-a-console) +5. [Running examples](#running-examples) ## Features @@ -30,6 +31,14 @@ for Python. ![Example](resources/gfx/screenshots/example.png) +## Installing + +The fastest way of getting started using Spectre.Console is to install the NuGet package. + +```csharp +dotnet add package Spectre.Console +``` + ## Usage The `Spectre.Console` API is stateful and is not thread-safe.