From f839e1852de37a1019d8c394249596b6b455c8bf Mon Sep 17 00:00:00 2001 From: djmaxus <44438314+djmaxus@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:49:05 +0100 Subject: [PATCH] docs: :memo: add references to the toolset Release-as: 0.2.1 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f6df860..16e98f6 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,11 @@ - [`README`](README.md) [deployment](.github/workflows/webpage.yml) at [`[user].github.io/[repo]`](https://djmaxus.github.io/matlab-repo-init) - [Dependabot](.github/dependabot.yml) for GitHub Actions - [Utility functions](util/) found useful for analyzing legacy MATLAB script codebases + +## References + +- https://uk.mathworks.com/help/matlab/ref/startup.html +- https://uk.mathworks.com/help/matlab/matlab_prog/overview-of-matlab-build-tool.html +- https://www.toptal.com/developers/gitignore/ +- https://choosealicense.com/ +- https://www.conventionalcommits.org/en/v1.0.0/ \ No newline at end of file