Skip to content

Commit 5f58483

Browse files
committed
update docs
1 parent 7830122 commit 5f58483

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
3232
go 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
4949
usage: gcopy [file] [STDIN] [-h|--help] [-v|--version] [-p|--path]
5050

0 commit comments

Comments
 (0)