summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-05-30 17:17:19 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2024-05-30 17:17:19 +0200
commit650052331aecd2b952610b2f03a5b0122448c496 (patch)
tree05f69341d390af7eb5ee306ab24f427eae994a63 /README.md
parent98b67b272bcbf137f5cb3cc8cf809d8e34b2272f (diff)
README: Small update
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3106c7a..718c8e8 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,10 @@ link against this library and gradually merge more common logic between eduVPN c
[Cgo](https://pkg.go.dev/cmd/cgo) is used to build the Go library into a shared dynamic library. Wrappers were
written using some FFI framework for each language used in eduVPN clients to easily interface with the library.
-The only support language is Python at the moment. Other languages will come with updates.
+The only wrapper inside of this repository is Python, used for the Linux clients. Other clients define their own wrappers, see:
+
+- https://github.com/Amebis/eduVPN
+- https://github.com/eduvpn/android
## Documentation
The documentation for this library can be found at [GitHub pages](https://eduvpn.github.io/eduvpn-common).