mirror of
https://github.com/yudai/gotty.git
synced 2026-03-10 07:32:36 +01:00
parent
f61763f716
commit
f66f0d0443
8 changed files with 22 additions and 266 deletions
11
README.md
11
README.md
|
|
@ -158,16 +158,7 @@ $ gotty -w docker run -it --rm busybox
|
|||
|
||||
## Development
|
||||
|
||||
You can build a binary using the following commands. Windows is not supported now. go1.9 is required.
|
||||
|
||||
```sh
|
||||
# Install tools
|
||||
go get github.com/jteeuwen/go-bindata/...
|
||||
go get github.com/tools/godep
|
||||
|
||||
# Build
|
||||
make
|
||||
```
|
||||
You can build a binary by simply running `make`. go1.16 is required.
|
||||
|
||||
To build the frontend part (JS files and other static files), you need `npm`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue