File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11# gcopy
22
33<p align =" center " >
4- <img alt =" copy Logo " src =" .github/logo.png " />
4+ <img alt =" copy Logo " src =" https://raw.githubusercontent.com/TheDen/gcopy/main/ .github/logo.png" />
55</p >
66
77<div align =" center " >
@@ -26,25 +26,25 @@ It does what `pbcopy` does but with some extra features:
2626
2727# Install
2828
29- Via ` go install `
29+ ## Via ` go install `
3030
3131``` shell
3232go install github.com/TheDen/gcopy@latest
3333```
3434
35- Or if you want to download the latest binary for both intel and Apple silicon:
35+ ## Brew
36+
37+ To install via ` brew `
3638
3739``` shell
38- curl -sL -o gcopy ' https://github.com/TheDen/gcopy/releases/latest/download/gcopy' && chmod +x gcopy && mv gcopy /usr/local/bin/
40+ brew tap theden/gcopy
41+ brew install gcopy
3942```
4043
41- For specific architecture:
42-
43- * ` https://github.com/TheDen/gcopy/releases/latest/download/gcopy-darwin-arm64 ` (Apple silicon)
44- * ` https://github.com/TheDen/gcopy/releases/latest/download/gcopy-darwin-amd64 ` (intel)
45-
4644# Usage
4745
46+ ## Overview
47+
4848``` bash
4949usage: gcopy [file] [STDIN] [-h| --help] [-v| --version] [-p| --path]
5050
You can’t perform that action at this time.
0 commit comments