We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4e3a5 commit 6778d63Copy full SHA for 6778d63
โREADME.md
@@ -71,7 +71,7 @@ curl -sSL https://github.com/Slackadays/Clipboard/raw/main/src/install.sh | sh
71
72
<a href="https://repology.org/project/clipboard/versions"><img src="https://repology.org/badge/vertical-allrepos/clipboard.svg" alt="Packaging status" align="right"></a>
73
74
-**Alpine** (you'll need to enable the Community packages first)
+**Alpine Linux** (you'll need to enable the Community packages first)
75
```sh
76
pkg add clipboard
77
```
@@ -86,6 +86,11 @@ yay -S clipboard
86
brew install clipboard
87
88
89
+**Nix**
90
+```sh
91
+nix-env -iA nixpkgs.clipboard-jh
92
+```
93
+
94
**Scoop**
95
```powershell
96
scoop install clipboard
0 commit comments