Skip to content

Commit c5650b6

Browse files
Update README.md
1 parent b2f3d06 commit c5650b6

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

.github/README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,31 @@
11
# Umbraco.Community.Sustainability
22

33
[![Downloads](https://img.shields.io/nuget/dt/Umbraco.Community.Sustainability?color=cc9900)](https://www.nuget.org/packages/Umbraco.Community.Sustainability/)
4-
[![NuGet](https://img.shields.io/nuget/vpre/Umbraco.Community.Sustainability?color=0273B3)](https://www.nuget.org/packages/Umbraco.Community.Sustainability)
4+
[![NuGet](https://img.shields.io/nuget/v/Umbraco.Community.Sustainability?color=0273B3)](https://www.nuget.org/packages/Umbraco.Community.Sustainability)
55
[![GitHub license](https://img.shields.io/github/license/rickbutterfield/Umbraco.Community.Sustainability?color=8AB803)](../LICENSE)
66

77
A package from the [Umbraco Community Sustainability Team](https://umbraco.com/blog/meet-the-new-community-sustainability-team/) which helps developers and editors see and improve the carbon impact of their websites.
88

9+
## Installation
10+
> [!IMPORTANT]
11+
> **v2.x** supports Umbraco v14.x
12+
> **v1.x** supports Umbraco v10.8.x - v13.x
13+
> To understand more about which Umbraco CMS versions are actively supported by Umbraco HQ, please see [Umbraco's Long-term Support (LTS) and End-of-Life (EOL) policy](https://umbraco.com/products/knowledge-center/long-term-support-and-end-of-life/).
14+
15+
This package is [available via NuGet](https://www.nuget.org/packages/Umbraco.Community.Sustainability).
16+
17+
To install the package, you can use either the .NET CLI:
18+
19+
```
20+
dotnet add package Umbraco.Community.Sustainability
21+
```
22+
23+
or the NuGet Package Manager:
24+
25+
```
26+
Install-Package Umbraco.Community.Sustainability
27+
```
28+
929
## Features
1030
Once installed, two new features are enabled:
1131

@@ -21,7 +41,7 @@ On each content page, a Content App is added which allows users to see and bench
2141

2242
## Installation
2343

24-
Add the package to an existing Umbraco website (v10.8.0+) from nuget:
44+
Add the package to an existing Umbraco website from nuget:
2545

2646
`dotnet add package Umbraco.Community.Sustainability`
2747

0 commit comments

Comments
 (0)