Skip to content

Commit 0cc860c

Browse files
committed
docs: update README to remove CGo requirement for Windows
Signed-off-by: deadprogram <[email protected]>
1 parent 1f58ec1 commit 0cc860c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,9 @@ The Windows support only can only act as a BLE Central at this time, with some a
165165

166166
### Installation
167167

168-
In order to compile Go Bluetooth code targeting Windows, you must have a GCC compiler installed.
168+
Only the Go compiler itself is needed to compile Go Bluetooth code targeting Windows.
169169

170-
On Windows, you can download and install mingw-w64 (https://github.com/mingw-w64/mingw-w64)
171-
172-
Once you have done this, you can obtain the Go Bluetooth package using Git:
170+
You can obtain the Go Bluetooth package using Git:
173171

174172
git clone https://github.com/tinygo-org/bluetooth.git
175173

0 commit comments

Comments
 (0)