From 4dd2fcc21203d99d4823cbcc11ea2a1aadf47f71 Mon Sep 17 00:00:00 2001 From: Melissa Geels Date: Sat, 11 Jan 2025 13:26:20 +0100 Subject: [PATCH] Updated readme --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 7e512f3..2fc5800 100644 --- a/Readme.md +++ b/Readme.md @@ -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 ```