Skip to content

Commit

Permalink
updated contributing md
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartjohnpage committed Feb 26, 2024
1 parent e73acf9 commit 4d7069f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

## Development Setup

1. Make sure you have Elixir 1.7+ installed
1. Make sure you have Elixir 1.15+ installed
1. Clone the repo
1. Run `mix do deps.get, compile`
1. Run `mix test` or `bin/coverage_dev` to run tests

1. Run `mix deps.get`
1. Run `mix test`

## Submitting Changes

Expand Down

0 comments on commit 4d7069f

Please sign in to comment.