We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b408151 commit 6b685f6Copy full SHA for 6b685f6
README.md
@@ -13,14 +13,15 @@ portable hard drives etc.
13
## How to install?
14
15
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/)
+ * See: [Go installation instructions](https://go.dev/doc/install)
19
2. Run command:
20
```bash
21
go install github.com/m-manu/go-find-duplicates@latest
22
```
23
-3. Ensure `$HOME/go/bin` is part of `$PATH`
+3. Add following line in your `.bashrc`/`.zshrc` file:
+ ```bash
+ export PATH="$PATH:$HOME/go/bin"
24
+ ```
25
26
## How to use?
27
0 commit comments