examples/api-samples/README.md in groupdocs-1.2.8 vs examples/api-samples/README.md in groupdocs-1.2.9

- old
+ new

@@ -1,12 +1,23 @@ ## Examples -### Viewer -Grab the copy of examples +### GroupDocs Ruby SDK Example App +####Grab the copy of examples from GitHub: + 1) git clone git@github.com:groupdocs/groupdocs-ruby.git + 2) cd to examples/api-samples or copy api-samples folder somethere + +####Install bundler: gem install bundler # unless it's already installed - git clone git@github.com:groupdocs/groupdocs-ruby.git - cd groupdocs-ruby/examples/viewer - bundle install --path vendor/bundle + +####Install dependecies: + bundle install + +####Run the web app: bundle exec ruby app.rb -Now open `http://localhost:4567` and try it! +####Now open `http://localhost:4567` and try it! + + + +### Live Demo +See live demo for api samples [here](http://groupdocs-ruby-samples.herokuapp.com)