Update README
This commit is contained in:
parent
dc085770a6
commit
0398a2a13c
1 changed files with 13 additions and 7 deletions
20
README.md
20
README.md
|
@ -8,7 +8,9 @@ Multiplayer Tetris clone
|
|||
|
||||
To play netris without installing, connect via [SSH](https://en.wikipedia.org/wiki/Secure_Shell):
|
||||
|
||||
```ssh netris.rocketnine.space```
|
||||
```bash
|
||||
ssh netris.rocketnine.space
|
||||
```
|
||||
|
||||
## Screenshot
|
||||
|
||||
|
@ -26,7 +28,9 @@ Windows and Linux binaries are available.
|
|||
|
||||
### Compile
|
||||
|
||||
```go get gitlab.com/tslocum/netris/cmd/netris```
|
||||
```bash
|
||||
go get gitlab.com/tslocum/netris/cmd/netris
|
||||
```
|
||||
|
||||
## Configure
|
||||
|
||||
|
@ -44,14 +48,16 @@ Please share issues and suggestions [here](https://gitlab.com/tslocum/netris/iss
|
|||
|
||||
The following libraries are used to build netris:
|
||||
|
||||
* [cview](https://gitlab.com/tslocum/cview) - User interface
|
||||
* [tcell](https://github.com/gdamore/tcell) - User interface
|
||||
* [ssh](https://github.com/gliderlabs/ssh) - SSH server
|
||||
* [pty](https://github.com/creack/pty) - Pseudo-terminal interface
|
||||
* [go-isatty](https://github.com/mattn/go-isatty) - Terminal detection
|
||||
* [tslocum/cview](https://gitlab.com/tslocum/cview) - User interface
|
||||
* [gdamore/tcell](https://github.com/gdamore/tcell) - User interface
|
||||
* [gliderlabs/ssh](https://github.com/gliderlabs/ssh) - SSH server
|
||||
* [creack/pty](https://github.com/creack/pty) - Pseudo-terminal interface
|
||||
* [mattn/go-isatty](https://github.com/mattn/go-isatty) - Terminal detection
|
||||
|
||||
## Disclaimer
|
||||
|
||||
Tetris is a registered trademark of the Tetris Holding, LLC.
|
||||
|
||||
netris is in no way affiliated with Tetris Holding, LLC.
|
||||
|
||||
netris is in no way affiliated with Netris by Mark H. Weaver.
|
||||
|
|
Loading…
Reference in a new issue