This commit is contained in:
Vinzenz Schroeter 2024-09-07 13:55:27 +02:00
parent 51b7b71cb7
commit f45c8090ec

View file

@ -39,7 +39,7 @@ Because of that, there is no NuGet package you can use directly.
Including this repository as a submodule and building from source is the recommended way of using the library. Including this repository as a submodule and building from source is the recommended way of using the library.
```bash ```bash
git submodule add https://github.com/kaesaecracker/servicepoint.git git submodule add https://github.com/cccb/servicepoint.git
git commit -m "add servicepoint submodule" git commit -m "add servicepoint submodule"
``` ```