summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2013-01-06 13:08:59 +0000
committerLee Jarvis <ljjarvis@gmail.com>2013-01-06 13:08:59 +0000
commit405dc010d077436dfd6aa3ff2faa55e74b1ceb15 (patch)
treedb9ee567b083f72dc96c34fd2da540050e2482dc /README.md
parenta914ff27e483772da32deff1f96d4941e0423b44 (diff)
downloadslop-405dc010d077436dfd6aa3ff2faa55e74b1ceb15.tar.gz
remove github installation from readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.md b/README.md
index cc67c55..6292187 100644
--- a/README.md
+++ b/README.md
@@ -8,16 +8,8 @@ Slop is a simple option parser with an easy to remember syntax and friendly API.
Installation
------------
-### Rubygems
-
gem install slop
-### GitHub
-
- git clone git://github.com/injekt/slop.git
- gem build slop.gemspec
- gem install slop-<version>.gem
-
Usage
-----