diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-02 19:23:33 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-02-02 19:23:33 +0100 |
commit | 68cdc9f03044f7664e7bbe584f1f3acb9c547878 (patch) | |
tree | e56fddbff40205ff774a360d2b070b03b8e5ef61 | |
parent | README: update (diff) | |
download | config-links-68cdc9f03044f7664e7bbe584f1f3acb9c547878.tar.gz config-links-68cdc9f03044f7664e7bbe584f1f3acb9c547878.zip |
README: update
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 ----------- |