Skip to content

Commit a40e6cd

Browse files
Wind010Sean-Der
authored andcommitted
Update installation command for golang version 1.17 and up
1 parent 61c30d0 commit a40e6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Download a binary from the releases page: https://github.com/maxmcd/webtty/relea
1515
Or, install directly with Go. WebTTY requires go version 1.9 or higher.
1616

1717
```bash
18-
go get -u github.com/maxmcd/webtty
18+
go install github.com/maxmcd/webtty@latest
1919
```
2020

2121
There were recent breaking api changes in the pion/webrtc library. Make sure to run `go get -u github.com/pion/webrtc` if you're running into any installation errors.

0 commit comments

Comments
 (0)