Skip to content

Commit

Permalink
Update installation command for golang version 1.17 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
Wind010 authored and Sean-Der committed Feb 22, 2024
1 parent a40e6cd commit 065425b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,19 @@ There are a handful of bugs to fix, but everything works pretty well at the mome

Download a binary from the releases page: https://github.com/maxmcd/webtty/releases

Or, install directly with Go. WebTTY requires go version 1.9 or higher.
Or, install directly with Go. WebTTY requires Go version 1.9 or higher.

For Go versions below 1.7:
```bash
go get -u github.com/maxmcd/webtty
```

For Go versions 1.7 and up:
```bash
go install github.com/maxmcd/webtty@latest
```


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.

### Running
Expand Down

0 comments on commit 065425b

Please sign in to comment.