We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a920fd commit 40ba2d7Copy full SHA for 40ba2d7
README.md
@@ -33,13 +33,15 @@ Note:
33
## How to install?
34
35
1. Install Go version at least **1.17**
36
- * On Ubuntu: `snap install go`
37
- * On Mac: `brew install go`
38
- * For anything else: [Go downloads page](https://golang.org/dl/)
+ * See: [Go installation instructions](https://go.dev/doc/install)
39
2. Run command:
40
```bash
41
go install github.com/m-manu/rsync-sidekick@latest
42
```
+3. Add following line in your `.bashrc`/`.zshrc` file:
+ ```bash
43
+ export PATH="$PATH:$HOME/go/bin"
44
+ ```
45
46
## How to use?
47
0 commit comments