modified README.md

This commit is contained in:
2023-12-13 19:31:10 +04:00
parent 3a8bf9394e
commit 127c5ba4eb

View File

@@ -17,10 +17,8 @@ The desire is to make somewhat user-friendly experience while using result-objec
### Install from local Gitea package repository
```sh
# Setup NuGet registry from the command line
dotnet nuget add source --name gitea_jstdev https://gitea.jstdev.ru/api/packages/just/nuget/index.json
# then install the package using NuGet
dotnet add package --source gitea_jstdev Just.Railway
# install the package using NuGet
dotnet add package Just.Railway
```
## Examples