Skip to content

Commit

Permalink
Merge pull request #30 from kaiiam/issue-28
Browse files Browse the repository at this point in the history
Issue 28
  • Loading branch information
kaiiam authored Jul 15, 2024
2 parents 33fa399 + 6b10d08 commit 2bbbdba
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
Expand Up @@ -78,16 +78,16 @@ On the [Pull requests tab](https://github.com/kaiiam/mifc/pulls)

# Working with the MIFC Repo

* 1) Activates a poetry shell from the `pyproject.toml`
* 1) Activates a poetry shell from the `pyproject.toml` \
`poetry shell`

* 2) Keep poetry up to date
* 2) Keep poetry up to date \
`poetry update`

* 3) Update poetry.lock file
* 3) Update poetry.lock file \
`poetry install`

* 4) Run MIFC build and test suite
* 4) Run MIFC build and test suite \
`make all-all`


Expand Down

0 comments on commit 2bbbdba

Please sign in to comment.