From 3c50ac8366bf7be43e887951f5da1da6adf7604b Mon Sep 17 00:00:00 2001 From: tominaga Date: Sun, 27 Oct 2019 23:14:31 +0900 Subject: [PATCH] add README --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md 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 +```