From 29d7f4d655d4f25c209ff35ecac2a71f248ceb06 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Thu, 30 May 2024 22:21:39 -0400 Subject: [PATCH] Simplify clipboard build constraints --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4748c6..b8ae256 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ CGO_ENABLED=0 go build -ldflags="-s -w" ./libmuttonserver.go ``` Additionally, some custom build tags can be used to create different binaries. The following tags are not used in official builds: -- `wsl_clipboard`: Allows creating a Linux binary that can interact with the Windows clipboard (for WSL) +- `wsl`: Allows creating a Linux binary that can interact with the Windows clipboard (for WSL) - `termux`: Allows creating a Linux binary that can interact with the Termux clipboard (for Android) # Roadmap