2026-01-01 03:35:38 +03:00
|
|
|
### Set up this registry from the command line:
|
|
|
|
|
```
|
|
|
|
|
dotnet nuget add source --name Sharp8N --username your_username --password your_token https://code.sharp8n.com/api/packages/Sharp8N/nuget/index.json
|
|
|
|
|
```
|
|
|
|
|
### To install the package using NuGet, run the following command:
|
|
|
|
|
```
|
|
|
|
|
dotnet add package --source Sharp8N --version 1.0.10 Sharp8N.Runtime
|
|
|
|
|
```
|
|
|
|
|
For more information on the NuGet registry, see the [documentation](https://docs.gitea.com/usage/packages/nuget/).
|