diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2009-11-06 08:52:46 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2009-11-06 08:52:46 -0800 |
commit | ff397b194e22a9709432f6ed36e582531faf3eac (patch) | |
tree | 28bc8142e84a7e850de73ddcd57a7c809ac37925 | |
parent | 5114c0b30b8706958d5228c242c1ebc187aa9b21 (diff) | |
download | psych-ff397b194e22a9709432f6ed36e582531faf3eac.zip |
updating readme
-rw-r--r-- | README.rdoc | 9 |
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 |