From 69d35508514eb13b8af073ec14c8ee7894b42a0f Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Thu, 2 Feb 2023 08:55:47 +0100 Subject: [PATCH] added blog post url to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8dfb556..a45f1ab 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ If you're on Linux, use the above repository which utilizes CUPS. If you're on macOS, the Python pybluez Bluetooth drivers don't work (well) on the latest iteration of macOS (tested on Ventura 13.2). Instead, this repository uses [TinyGo's Bluetooth package](https://pkg.go.dev/tinygo.org/x/bluetooth), which wraps Apple's [CoreBluetooth](https://developer.apple.com/documentation/corebluetooth?language=objc) to be able to communicate with a Bluetooth device. +For context and more information, please see https://brainbaking.com/post/2023/02/phomemo-thermal-printing-on-macos/. + # Building & Installing `go build`