Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkoni committed Aug 5, 2024
1 parent 6f5dcfd commit 6c331de
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ I noticed that I've used a running pace calculator and a rowing pace calculator

### Where can I find this?

This application is hosted on Heroku as [pacecal](http://pacecal.herokuapp.com). It's automatically deployed on every merge to master.
This application is hosted on Heroku as [pacecal](http://pacecal.herokuapp.com). It's automatically deployed on every merge to main.

### How to run

You must have [RubyGems](https://rubygems.org/pages/download) installed to run this application. Also recommended is [RVM](https://rvm.io) because you will need to install [Ruby version 2.6.0](https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/).
```
gem install bundler
bundle install
rails s
Using whatever version manager you prefer, install Ruby 3.3.4 and run:

``` sh
bin/setup
```

### Tests
Expand All @@ -23,4 +22,4 @@ There should definitely be tests! I will be using Rspec, but I spiked this for f

### How to contribute

Fork this repo and submit a PR against master when you are ready!
Fork this repo and submit a PR against master when you are ready!

0 comments on commit 6c331de

Please sign in to comment.