Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit ff7c8e6

Browse files
committed
Updated README
Added NuGet info
1 parent b64d321 commit ff7c8e6

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ Guidelines for bug reports:
3636
2. **Check if the issue has been fixed** — try to reproduce it using the
3737
latest `master` or development branch in the repository.
3838

39-
3. **Isolate the problem** — create a [reduced test
40-
case](http://css-tricks.com/6263-reduced-test-cases/) and a live example.
39+
3. **Isolate the problem** — create a reduced test case and a live example.
4140

4241
A good bug report shouldn't leave others needing to chase you up for more
4342
information. Please try to be as detailed as possible in your report. What is

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Doc Type Grid Editor
22

33
[![Build status](https://img.shields.io/appveyor/ci/leekelleher/umbraco-doc-type-grid-editor.svg)](https://ci.appveyor.com/project/leekelleher/umbraco-doc-type-grid-editor)
4+
[![NuGet release](https://img.shields.io/nuget/v/Our.Umbraco.DocTypeGridEditor.svg)](https://www.nuget.org/packages/Our.Umbraco.DocTypeGridEditor)
45
[![Our Umbraco project page](https://img.shields.io/badge/our-umbraco-orange.svg)](https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor)
56
[![Chat on Gitter](https://img.shields.io/badge/gitter-join_chat-green.svg)](https://gitter.im/leekelleher/umbraco-doc-type-grid-editor)
67

@@ -20,7 +21,15 @@ Doc Type Grid Editor can be installed from either Our Umbraco package repository
2021

2122
To install from Our Umbraco, please download the package from:
2223

23-
> [https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor](https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor)
24+
> [https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor](https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor)
25+
26+
#### NuGet package repository
27+
28+
To [install from NuGet](https://www.nuget.org/packages/Our.Umbraco.DocTypeGridEditor), you can run the following command from within Visual Studio:
29+
30+
PM> Install-Package Our.Umbraco.DocTypeGridEditor
31+
32+
We also have a [MyGet package repository](https://www.myget.org/gallery/umbraco-packages) - for bleeding-edge / development releases.
2433

2534
#### Manual build
2635

@@ -78,7 +87,7 @@ Have a question?
7887

7988
### Special thanks
8089

81-
* Thanks to [Jeavon Leopold](https://github.com/Jeavon) for being a rockstar and adding AppVeyor support.
90+
* Thanks to [Jeavon Leopold](https://github.com/Jeavon) for being a rockstar and adding AppVeyor & NuGet support.
8291

8392

8493
## License

0 commit comments

Comments
 (0)