diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-10-21 09:24:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-10-21 09:24:51 +0000 |
commit | 97d4bdd0effbdc675e8c136ed72c43e7898385d8 (patch) | |
tree | 9bbb2849cc74e0751e4eb9e122dd3e9d5c23be2d /README.md | |
parent | Adding upstream version 1.7.1. (diff) | |
download | ttyd-97d4bdd0effbdc675e8c136ed72c43e7898385d8.tar.xz ttyd-97d4bdd0effbdc675e8c136ed72c43e7898385d8.zip |
Adding upstream version 1.7.2.upstream/1.7.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -31,6 +31,12 @@ brew install ttyd ## Install on Linux - Binary version (recommended): download from the [releases](https://github.com/tsl0922/ttyd/releases) page. + +- Install the snap: + + `sudo snap install ttyd --classic` + + - Build from source (debian/ubuntu): ```bash @@ -66,7 +72,7 @@ USAGE: ttyd [options] <command> [<arguments...>] VERSION: - 1.7.1 + 1.7.2 OPTIONS: -p, --port Port to listen (default: 7681, use `0` for random port) |