From 426575a9065a5dd3b30f458f5589a0a705ad7be2 Mon Sep 17 00:00:00 2001 From: Max Kadel Date: Thu, 9 Sep 2021 18:22:46 -0400 Subject: [PATCH] Update version in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b0f797639..abca70a15b 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ The Samvera community is here to help. Please see our [support guide](./.github/ # Getting started This document contains instructions specific to setting up an app with __Hyrax -v2.5.0__. If you are looking for instructions on installing a different +v2.9.6__. If you are looking for instructions on installing a different version, be sure to select the appropriate branch or tag from the drop-down menu above. @@ -158,7 +158,7 @@ NOTE: The steps need to be done in order to create a new Hyrax based app. Generate a new Rails application using the template. ``` -rails _5.2.6_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v2.9.5/template.rb +rails _5.2.6_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v2.9.6/template.rb ``` Generating a new Rails application using Hyrax's template above takes cares of a number of steps for you, including: