update readme file

This commit is contained in:
Lei Xue
2015-11-06 16:37:06 +08:00
parent 55c346b46a
commit d9b6d47b66

View File

@@ -1 +1,12 @@
# pseudo-terminal-go
## Install
```
go get github.com/carmark/pseudo-terminal-go/terminal
```
## Run a test
```
go build test.go
./test
```