Skip to content

Commit

Permalink
Updated installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Feb 11, 2010
1 parent 488c47f commit 820497d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README
Expand Up @@ -2,7 +2,8 @@
The win32-service library allows you to control or create MS Windows services.

== Installation
gem install win32-service
gem install win32-service # Build from source
gem install win32-service --platform x86-mswin32 # Install binary

== Synopsis
require 'win32/service'
Expand Down Expand Up @@ -47,10 +48,6 @@

* You've got a syntax error in your code somewhere.

== Possible test failures
The 'test_service_start_stop' test in the test_win32_service.rb file may
fail. This will happen if your W32Time service isn't running.

== See Also
ruby-wmi

Expand Down

0 comments on commit 820497d

Please sign in to comment.