docs: update README to remove CGo requirement for Windows

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2023-09-20 19:00:11 +02:00 committed by Ron Evans
parent 1f58ec1fb4
commit 0cc860c018

View file

@ -165,11 +165,9 @@ The Windows support only can only act as a BLE Central at this time, with some a
### Installation ### Installation
In order to compile Go Bluetooth code targeting Windows, you must have a GCC compiler installed. Only the Go compiler itself is needed to compile Go Bluetooth code targeting Windows.
On Windows, you can download and install mingw-w64 (https://github.com/mingw-w64/mingw-w64) You can obtain the Go Bluetooth package using Git:
Once you have done this, you can obtain the Go Bluetooth package using Git:
git clone https://github.com/tinygo-org/bluetooth.git git clone https://github.com/tinygo-org/bluetooth.git