gterm/README.md

28 lines
495 B
Markdown
Raw Normal View History

2021-11-16 18:04:21 +00:00
# gterm
## Usage
```shell
Usage: gterm [options]
-addr string
address to bind (default ":8000")
-allow string
restrict ip
-dev
is development mode
-log-level int
log level (default 9)
-name string
the application title (default "gterm")
-shell string
the shell behind (default "bash")
-v show version
```
## Install
```shell
sudo rm -f /usr/local/bin/gterm
sudo sh -c "curl -fsSL RELEASE_URL | tar -C /usr/local/bin/ -xz"
```