@@ -17,11 +17,11 @@ Some tooling is present as bash scripts in `bin/`.
1717A lot more is present in ` rust-tooling/ ` ,
1818which should be preferred for anything non-trivial.
1919
20- There is also a [ ` justfile ` ] ( https://github.com/casey/just )
20+ There is also a [ ` mise ` ] ( https://mise.jdx.dev/ ) configuration
2121with a couple useful commands to interact with the repo.
2222Feel free to extend it.
2323
24- If you want to run CI tests locally, ` just test` will get you quite far.
24+ If you want to run CI tests locally, ` mise run test` will get you quite far.
2525
2626## Excluding tests and adding custom ones
2727
@@ -41,7 +41,7 @@ Please familiarize yourself with the [Exercism documentation about practice exer
4141
4242[ Exercism documentation about practice exercises ] : https://exercism.org/docs/building/tracks/practice-exercises
4343
44- Run ` just add-exercise` and you'll be prompted for the minimal
44+ Run ` mise run add-exercise` and you'll be prompted for the minimal
4545information required to generate the exercise stub for you.
4646After that, jump in the generated exercise and fill in any placeholders you find.
4747This includes most notably:
@@ -88,7 +88,7 @@ This includes their test suite and user-facing documentation.
8888Before proposing changes here,
8989check if they should be made in ` problem-specifications ` instead.
9090
91- Run ` just update-exercise` to update an exercise.
91+ Run ` mise run update-exercise` to update an exercise.
9292This outsources most work to ` configlet sync --update `
9393and runs the test generator again.
9494
0 commit comments