summaryrefslogtreecommitdiff
path: root/README.rdoc
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2009-11-06 08:52:46 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2009-11-06 08:52:46 -0800
commitff397b194e22a9709432f6ed36e582531faf3eac (patch)
tree28bc8142e84a7e850de73ddcd57a7c809ac37925 /README.rdoc
parent5114c0b30b8706958d5228c242c1ebc187aa9b21 (diff)
downloadpsych-ff397b194e22a9709432f6ed36e582531faf3eac.zip
updating readme
Diffstat (limited to 'README.rdoc')
-rw-r--r--README.rdoc9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.rdoc b/README.rdoc
index 8d52ef4..66d8d99 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -4,19 +4,20 @@
== Description
-FIX (describe your package)
+Wrapper around libyaml that provides the same interface as Syck
== Examples
- FIX (code sample of usage)
+ Psych.load Psych.dump(:foo => :bar)
== Dependencies
-* FIX (list of requirements)
+* libyaml
== Installation
-* FIX (sudo gem install, anything else)
+* sudo port install libyaml +universal
+* sudo gem install psych
== License