Skip to content

Commit 68b1fe0

Browse files
committed
all: do not use unix-like wording
1 parent c1d0591 commit 68b1fe0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import "golang.design/x/clipboard"
88

99
## Features
1010

11-
- Cross platform supports: macOS, Unix-like (X11), and Windows
11+
- Cross platform supports: macOS, Linux (X11), and Windows
1212
- Copy/paste UTF-8 text
1313
- Copy/paste PNG encoded images
1414
- Command `gclip` as a demo application
@@ -109,8 +109,8 @@ accessing system clipboards, but here are a few details you might need to know.
109109

110110
### Dependency
111111

112-
- Unix-like users: require X11 dev package. For instance, Linux users should install `libx11-dev` or `xorg-dev` or `libX11-devel` to access X window system.
113112
- macOS users: require Cgo, no dependency
113+
- Linux users: require X11 dev package. For instance, install `libx11-dev` or `xorg-dev` or `libX11-devel` to access X window system.
114114
- Windows users: no Cgo, no dependency
115115

116116
### Screenshot

clipboard_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
//
55
// Written by Changkun Ou <changkun.de>
66

7-
//go:build linux
87
// +build linux
8+
//go:build linux
99

1010
package clipboard
1111

0 commit comments

Comments
 (0)