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
7 changes: 4 additions & 3 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@ This packages aims to help developers quickly put together Umbraco Trees using C
- Easy to define section permissions
- ✨ Custom Entity Actions!

## Quick Start
## Installation

### Install Package

```csharp
```powershell
dotnet add package Umbraco.Community.SimpleTrees
```

## Quick Start

### Register Tree

By default, this will display in the content section.
Expand Down Expand Up @@ -81,7 +83,6 @@ public class MyTree : SimpleTree
</uui-box>
```


## Extending

### Entity Actions
Expand Down
7 changes: 4 additions & 3 deletions docs/README_nuget.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ This packages aims to help developers quickly put together Umbraco Trees using C
- Easy to define section permissions
- ✨ Custom Entity Actions!

## Quick Start
## Installation

### Install Package

```csharp
```powershell
dotnet add package Umbraco.Community.SimpleTrees
```

## Quick Start

### Register Tree

By default, this will display in the content section.
Expand Down Expand Up @@ -82,7 +84,6 @@ public class MyTree : SimpleTree
</uui-box>
```


## Contributing

Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.SimpleTrees/contribute) page.
Expand Down