File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,6 +4,25 @@ An unofficial .NET wrapper for [Directus](https://directus.io/).
44
55It'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
928Feel free to send me an email ` staylluc@gmail.com ` or create an issue with your question.
You can’t perform that action at this time.
0 commit comments