Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ Is your Backoffice a bit untidy?

> Please review the [security policy](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser?tab=security-ov-file#supported-versions) for more information.

## Installation

### Install Package

```powershell
dotnet add package Umbraco.Community.BackOfficeOrganiser
```

## Quick Start

- Go to the backoffice
Expand Down
8 changes: 8 additions & 0 deletions docs/README_nuget.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ Is your Backoffice a bit untidy?
- Member Types
- Data Types

## Installation

### Install Package

```powershell
dotnet add package Umbraco.Community.BackOfficeOrganiser
```

## Quick Start

- Go to the backoffice
Expand Down