diff options
Diffstat (limited to 'README.rdoc')
-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 |