Update Installation and Testing authored by Kummer, Florian's avatar Kummer, Florian
......@@ -73,7 +73,11 @@ After you have compiled the library, you can proceed analogously to the procedur
Execute, after the installation the command
```code
BoSSSpad.exe ---check
dotnet BoSSSpad.dll --check
```
or
```code
BoSSSpad.exe --check
```
to verify that the installation works and the native libraries are
in place.
......
......