JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
run.sh: complain if not passed width/height
[watch-my-terminal.git] / README.md
index 3f859fc..48a540e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -41,13 +41,8 @@ systems.
 Configure
 =========
 
-For many programs to render correctly, you'll need to configure
-watch-my-terminal to use the exact same dimensions as your terminal. Run this:
-
-       echo $LINES $COLUMNS
-
-and then edit server.coffee. At the top you will see where you can set the
-number of lines and columns, and (if you wish) change the port.
+You can set the http port and default terminal dimensions by editing
+server.coffee
 
 
 Run
@@ -55,7 +50,7 @@ Run
 
 To start making your terminal viewable, cd to this directory, and run:
 
-       ./run.sh
+       ./run.sh $COLUMNS $LINES
 
 Then test that it's working by opening up http://localhost:2218/ in your
 favorite web browser (assuming your favorite web-browser does javascript.)
@@ -64,7 +59,7 @@ watch-my-terminal listens on all your ip addresses by default, so your terminal
 contents are now accessible to the whole network. Also, you can replace
 "localhost" in that link with something that points at your computer, and share
 the link with others on your network (or the internet if you're not
-firewalled.)
+firewalled.) If you are firewalled, check out the -R option of ssh.
 
 
 Feedback, Questions, Bugs, etc.