Skip to content

Commit fe5fd5b

Browse files
committed
go1.18 or later is required now
1 parent 7e266b7 commit fe5fd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Download the latest stable binary file from the [Releases](https://github.com/ko
2929

3030
## `go install` Installation (Development)
3131

32-
If you have a Go language environment, you can install tty2web with the `go install` command. However, this command builds a binary file from the latest master branch, which can include unstable or breaking changes. tty2web requires go1.16 or later (embed directive and dependency github.com/urfave/cli have strings.Builder). Also, note that you have to checkot source code and then run go install due to using forked version of pty module.
32+
If you have a Go language environment, you can install tty2web with the `go install` command. However, this command builds a binary file from the latest master branch, which can include unstable or breaking changes. tty2web requires go1.18 or later (embed directive and dependency github.com/urfave/cli have strings.Builder). Also, note that you have to checkot source code and then run go install due to using forked version of pty module.
3333

3434
```sh
3535
$ git clone github.com/kost/tty2web

0 commit comments

Comments
 (0)