From 68cdc9f03044f7664e7bbe584f1f3acb9c547878 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 2 Feb 2023 19:23:33 +0100 Subject: README: update --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 8317081..9c04c05 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,21 @@ For my personal real-life usage examples, see [my dotfiles]: https://github.com/egor-tensin/linux-home [Windows apps]: https://github.com/egor-tensin/windows-home +Development +----------- + +Run local tests using + + make test + +Run Docker tests using + + make test/docker + +Run all tests using + + make test/all + Limitations ----------- -- cgit v1.2.3