diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf6887f --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +Still writing + +RubyTry for education +====================== +trial project of Ruby programming for education + + +# Overview + +This is the hands-on for Ruby beginners who only read Ruby books or wrote a little Ruby in business. + +Not instructional text so enhance your Ruby skill voluntarily by hands-on style. + +o Ruby basic syntax + +# Setup + +``` +rbenv install +bundle install --path vendor/bundle +``` + +# Run all spec + +``` +bundle exec rspec spec +```