From 80bba5e8265ebd5411487c9c03bd4462f63d26be Mon Sep 17 00:00:00 2001 From: Morgan Rodgers Date: Tue, 18 Jun 2019 17:39:48 -0400 Subject: [PATCH] Update README for 2019 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5c48b5d..4ef6e99 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Base Sinatra App for Summer Institute 2018 +# Base Sinatra App for Summer Institute 2019 ![GitHub Release](https://img.shields.io/github/release/osc/ood-example-ps.svg) [![GitHub License](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT) @@ -14,10 +14,10 @@ the command line. If using a machine that has [Software Collections] you may want to run the following command beforehand: ```console -$ source scl_source enable rh-ruby22 git19 +$ source scl_source enable rh-ruby24 rh-git29 ``` -Feel free to replace `rh-ruby22` and `git19` with whatever installation your +Feel free to replace `rh-ruby24` and `rh-git29` with whatever installation your site uses through Software Collections. 1. To deploy and run this app you will need to first go to your OnDemand @@ -31,7 +31,7 @@ site uses through Software Collections. 2. Then clone down this app and `cd` into it: ```console - $ git clone git@github.com:OSC/si-18-sinatra-base.git my_app + $ git clone git@github.com:OSC/si-19-sinatra-base.git my_app Cloning into 'my_app'... $ cd my_app ```