Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isidore authored Dec 10, 2021
1 parent 46306d4 commit 4bb5f89
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Install
# Erlang starter project
[![.github/workflows/test.yml](../../actions/workflows/test.yml/badge.svg)](../../actions/workflows/test.yml)

## Install

run the
`setup.windows.ps1`
`install.windows.ps1`

## Running the tests

You can run the tests by running the following command from the exercise directory.

```bash
$ rebar3 eunit
.\run_tests.bat
```
**Note:** Unit test method names must end in `_test`
**Note:** Unit test method names must end in `_test`

0 comments on commit 4bb5f89

Please sign in to comment.