Skip to content

Commit 971a074

Browse files
committed
Installation docs
1 parent ac43b84 commit 971a074

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,23 @@ Secondly, the developer has access to an interface - `IAuthorizedServiceCaller`
3131

3232
## Usage
3333

34+
### Installation
35+
36+
To easily install the package you can use the `Package Manager Console` from Visual Studio, or the `dotnet CLI` tool.
37+
38+
#### Package Manager Console
39+
```
40+
Install-Package
41+
Umbraco.AuthorizedServices
42+
```
43+
44+
#### Dotnet CLI
45+
```
46+
dotnet add package
47+
Umbraco.AuthorizedServices
48+
```
49+
50+
3451
### App Creation
3552

3653
Services that this package are intended to support will offer an OAuth authentication and authorization flow against an "app" that the developer will need to create with the service. From this various information will be available, including for example a "client ID" and "client secret" that will need to be applied in configuration.

0 commit comments

Comments
 (0)