Updated readme

This commit is contained in:
Melissa Geels 2025-01-11 13:26:20 +01:00
parent c083742105
commit 4dd2fcc212
No known key found for this signature in database

View file

@ -9,6 +9,10 @@ First, you might need to install enet as a dependency:
* On Debian-based systems: `apt install libenet-dev`
* **MacOS**: Install the enet package with brew: `brew install enet`
Since this module uses cgo, you must also make sure you have a C compiler in your `PATH`. For Linux and Mac, this is usually pretty straight forward. On Windows, you may have to use something like [MSYS2](https://www.msys2.org/).
When ready, get the module like this:
```
$ go get github.com/codecat/go-enet
```