summaryrefslogtreecommitdiff
path: root/wrappers/csharp
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/csharp')
-rw-r--r--wrappers/csharp/README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/wrappers/csharp/README.md b/wrappers/csharp/README.md
index a00922a..4b045ac 100644
--- a/wrappers/csharp/README.md
+++ b/wrappers/csharp/README.md
@@ -1,24 +1,21 @@
First build the shared Go library. Next:
Build `EduVpnCommon`:
-
```shell
make
```
Build as nupkg, including eduvpn_verify library:
-
```shell
make pack
```
Currently, directly referencing the project may not work if you have multiple dynamic libraries compiled in
the `exports` folder. If you instead add the `.nupkg`, e.g. with one of the
-methods [here](https://stackoverflow.com/q/43400069) or [here](https://stackoverflow.com/q/10240029) it automatically
+methods [here](https://stackoverflow.com/q/43400069) or [here](https://stackoverflow.com/q/10240029), it automatically
copies the correct library.
Test:
-
```shell
make test
```