Skip to content

Commit e34dec1

Browse files
authored
docs(install): fix go get path (#422)
* Update install.md
1 parent f7cb64f commit e34dec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Just download the latest stable binary, unpack and run it with the desired [conf
1515
Chproxy is written in [Go](https://golang.org/). The easiest way to install it from sources is:
1616

1717
```console
18-
go get -u github.com/ContentSquare/chproxy
18+
go get -u github.com/contentsquare/chproxy
1919
```
2020

2121
If you don't have Go installed on your system - follow [this guide](https://golang.org/doc/install).

0 commit comments

Comments
 (0)