Skip to content

Commit

Permalink
Update README for 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Rodgers committed Jun 18, 2019
1 parent 8f6df32 commit 80bba5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
Expand All @@ -31,7 +31,7 @@ site uses through Software Collections.
2. Then clone down this app and `cd` into it:

```console
$ git clone [email protected]:OSC/si-18-sinatra-base.git my_app
$ git clone [email protected]:OSC/si-19-sinatra-base.git my_app
Cloning into 'my_app'...
$ cd my_app
```
Expand Down

0 comments on commit 80bba5e

Please sign in to comment.