Skip to content

Commit 40ba2d7

Browse files
authored
Update README.md
1 parent 2a920fd commit 40ba2d7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,15 @@ Note:
3333
## How to install?
3434

3535
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/)
36+
* See: [Go installation instructions](https://go.dev/doc/install)
3937
2. Run command:
4038
```bash
4139
go install github.com/m-manu/rsync-sidekick@latest
4240
```
41+
3. Add following line in your `.bashrc`/`.zshrc` file:
42+
```bash
43+
export PATH="$PATH:$HOME/go/bin"
44+
```
4345

4446
## How to use?
4547

0 commit comments

Comments
 (0)