README.mdown in vnctools-0.0.4 vs README.mdown in vnctools-0.0.5
- old
+ new
@@ -6,25 +6,32 @@
[![Build Status](https://secure.travis-ci.org/jarib/vnctools.png)](http://travis-ci.org/jarib/vnctools)
Usage
=============
- # `tightvncserver`
- server = VncTools::Server.new
- server.start
+```ruby
+# `tightvncserver`
+server = VncTools::Server.new
+server.start
- # `ffmpeg`
- recorder = VncTools::Recorder.new(server.display, "movie.mp4")
- recorder.start
+# `ffmpeg`
+recorder = VncTools::Recorder.new(server.display, "movie.mp4")
+recorder.start
- ENV['DISPLAY'] = server.display
- ...
+ENV['DISPLAY'] = server.display
+...
- recorder.stop
- server.stop
+recorder.stop
+server.stop
+```
+Requirements
+============
+* Linux
+* tightvncserver (apt-get install tightvncserver)
+
Note on Patches/Pull Requests
=============================
* Fork the project.
* Make your feature addition or bug fix.
@@ -35,7 +42,7 @@
* Send me a pull request. Bonus points for topic branches.
Copyright
=========
-Copyright (c) 2011 Jari Bakken. See LICENSE for details.
+Copyright (c) 2011-2012 Jari Bakken. See LICENSE for details.