From 311baf74ac77647cdf67399d1eedc4afaa8d58f1 Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Sat, 2 Sep 2023 06:12:08 +0200 Subject: [PATCH] Fix example instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cf166ed..169345af 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Have go v1.12+ or higher installed? Here's an example to get started on macOS: ```sh git clone https://github.com/getlantern/systray -cd example +cd systray/example env GO111MODULE=on go build ./example ```