Skip to content

Commit

Permalink
fix(contributing): don't use mdsh features to include a file
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Dec 4, 2024
1 parent 35a74e6 commit d210290
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,19 @@ Check open issues ([link](https://github.com/objectionary/eo-phi-normalizer/issu

## Enter the repository

<!-- `> cat site/docs/src/common/enter-repository.md` -->

<!-- BEGIN mdsh -->

Clone and enter the project repository.

```sh
git clone https://github.com/objectionary/eo-phi-normalizer --recurse-submodules
cd eo-phi-normalizer
```

<!-- END mdsh -->

## Install stack

We recommend using [stack](https://docs.haskellstack.org/en/stable) for quick local development and testing.
Expand Down

0 comments on commit d210290

Please sign in to comment.