Skip to content

Commit

Permalink
Running texttop with a oneliner doesn't get the correct stty size
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed May 22, 2016
1 parent 496e10f commit de6a2a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ require a client like VNC. But of course another big reason for Texttop is that

##Quickstart
If you just want to have a play on your local machine:
`docker run --rm -it tombh/texttop ./run.sh`
```
docker run --rm -it tombh/texttop sh
./run.sh
```

##Installation
You can either pull from the Docker Registry:
Expand Down

0 comments on commit de6a2a1

Please sign in to comment.