Skip to content

Commit 02a6706

Browse files
committed
Fix csproj and update readme with install instructions
1 parent a11ae3e commit 02a6706

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

DirectusSharp/DirectusSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Authors>Stay1444</Authors>
1515
<Description>An unofficial Directus API Wrapper for .NET</Description>
1616

17-
<PackageProjectUrl>https://github.com/Stay1444/DirectusSharp/blob/master/README.md</PackageProjectUrl>o
17+
<PackageProjectUrl>https://github.com/Stay1444/DirectusSharp/blob/master/README.md</PackageProjectUrl>
1818
<RepositoryUrl>https://github.com/Stay1444/DirectusSharp</RepositoryUrl>
1919
<RepositoryType>git</RepositoryType>
2020

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ An unofficial .NET wrapper for [Directus](https://directus.io/).
44

55
It's not fully complete as I add stuff to it once I need it. Contributions are welcome.
66

7+
## Installation
8+
9+
[![NuGet latest release](https://img.shields.io/nuget/v/DirectusSharp.svg)](https://www.nuget.org/packages/DirectusSharp)
10+
11+
You can add this library to your project using NuGet.
12+
13+
**Package Manager Console**
14+
Run the following command in the “Package Manager Console”:
15+
16+
> PM> Install-Package DirectusSharp
17+
18+
**Visual Studio**
19+
Right click to your project in Visual Studio, choose “Manage NuGet Packages” and search for ‘DirectusSharp’ and click ‘Install’.
20+
21+
**.NET Core Command Line Interface**
22+
Run the following command from your favorite shell or terminal:
23+
24+
> dotnet add package DirectusSharp
25+
726
## Questions?
827

928
Feel free to send me an email `staylluc@gmail.com` or create an issue with your question.

0 commit comments

Comments
 (0)