Skip to content

Commit 7a10b18

Browse files
committed
Mention cargo-diet and sort in README
1 parent caae926 commit 7a10b18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Project non-goals can change over time as we learn more, and they can be challen
324324

325325
If what you have seen so far sparked your interest to contribute, then let us say: We are happy to have you and help you to get started.
326326

327-
We recommend running `just test check-size` during the development process to assure CI is green before pushing.
327+
We recommend running `just test check-size` during the development process to assure CI is green before pushing. Make sure to have [cargo-diet][cargo-diet] installed before you run `just check-size`. When running tests, make sure to have `LC_ALL=C` set in order to make `sort` which is used in some of the tests behave as expected.
328328

329329
A backlog for work ready to be picked up is [available in the Project's Kanban board][project-board], which contains instructions on how
330330
to pick a task. If it's empty or you have other questions, feel free to [start a discussion][discussions] or reach out to @Byron [privately][keybase].
@@ -335,6 +335,7 @@ For additional details, also take a look at the [collaboration guide].
335335
[project-board]: https://github.com/Byron/gitoxide/projects
336336
[discussions]: https://github.com/Byron/gitoxide/discussions
337337
[keybase]: https://keybase.io/byronbates
338+
[cargo-diet]: https://crates.io/crates/cargo-diet
338339

339340
### Getting started with Video Tutorials
340341

0 commit comments

Comments
 (0)