README.md in voom-presenters-2.0.2 vs README.md in voom-presenters-2.0.3
- old
+ new
@@ -37,19 +37,26 @@
This concept was initially inspired by the Presenters concepts of Ivar Jacobson as presented by Robert Martin.
## Demo
-[Demo]
+[Demo](https://coprl-ruby.herokuapp.com/)
Or to run locally:
git clone git@github.com:rx/presenters.git
cd presenters/
bundle install
bundle exec rackup
open http://localhost:9292
+
+> Note: Demo defaults to Ruby version 2.7.3 in the .ruby-version file. If you want to run a different version
+> -- set RBENV_VERSION to your desired version.
+> For example:
+> ```
+> RBENV_VERSION=2.5.5 bundle insatall
+> RBENV_VERSION=2.5.5 bundle exec rackup```
To see the POM:
open http://localhost:9292/index.pom