README.md in ServState-0.0.1 vs README.md in ServState-0.0.2
- old
+ new
@@ -1,15 +1,35 @@
# ServState
- Very simple tool to watch your LINUX server status.
+Very simple tool to watch your LINUX server status.
+[Demo page](http://162.243.90.233:8080/)
## Installation
$ gem install ServState
## Usage
+Defaults:
+port is 8080
+without password
+
+Default:
+
$ servstate
+
+Set port:
+
+ $ servstate -port 8081
+
+Set password:
+
+ $ servstate -pass mypass
+
+Show help:
+
+ $ servstate -h
+
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)