Skip to content

Commit 6b685f6

Browse files
authored
Update README.md
1 parent b408151 commit 6b685f6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ portable hard drives etc.
1313
## How to install?
1414

1515
1. Install Go version at least **1.17**
16-
* On Ubuntu: `snap install go`
17-
* On Mac: `brew install go`
18-
* For any other OS: [Go downloads page](https://golang.org/dl/)
16+
* See: [Go installation instructions](https://go.dev/doc/install)
1917
2. Run command:
2018
```bash
2119
go install github.com/m-manu/go-find-duplicates@latest
2220
```
23-
3. Ensure `$HOME/go/bin` is part of `$PATH`
21+
3. Add following line in your `.bashrc`/`.zshrc` file:
22+
```bash
23+
export PATH="$PATH:$HOME/go/bin"
24+
```
2425

2526
## How to use?
2627

0 commit comments

Comments
 (0)