more README tweaks
This commit is contained in:
parent
720ef11f60
commit
3c8dc937f9
|
@ -0,0 +1,31 @@
|
|||
noprocast
|
||||
=========
|
||||
|
||||
A gem to stop you procastinating. Noprocast automatically adds and removes items from your /etc/hosts, rendering addictive websites useless.
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
gem install noprocast
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
`noprocast status` check if noprocast is enabled or not
|
||||
|
||||
`noprocast edit` edit noprocast's list of banned websites
|
||||
|
||||
`[sudo] noprocast on` enable noprocast
|
||||
|
||||
`[sudo] noprocast off` disable noprocast
|
||||
|
||||
Notes
|
||||
-----
|
||||
|
||||
Noprocast saves a backup of your /etc/hosts file in /etc/.hosts.noprocastbackup the first time it runs. Just in case.
|
||||
|
||||
Contact
|
||||
-------
|
||||
|
||||
rfwatson at gmail
|
||||
|
26
README.rdoc
26
README.rdoc
|
@ -1,26 +0,0 @@
|
|||
= noprocast
|
||||
|
||||
A gem to stop you procastinating. Noprocast automatically adds and removes items from your /etc/hosts, rendering addictive websites useless.
|
||||
|
||||
= Installation
|
||||
|
||||
<tt>gem install noprocast</tt>
|
||||
|
||||
= Usage
|
||||
|
||||
<tt>noprocast status</tt> check if noprocast is enabled or not
|
||||
|
||||
<tt>noprocast edit</tt> edit noprocast's list of banned websites
|
||||
|
||||
<tt>[sudo] noprocast on</tt> enable noprocast
|
||||
|
||||
<tt>[sudo] noprocast off</tt> disable noprocast
|
||||
|
||||
= Notes
|
||||
|
||||
Noprocast saves a backup of your /etc/hosts file in /etc/.hosts.noprocastbackup the first time it runs. Just in case.
|
||||
|
||||
= Contact
|
||||
|
||||
rfwatson at gmail
|
||||
|
Loading…
Reference in New Issue